<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Customizing metadata fields in 'details view' of a space in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46541#M26156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's probably the &amp;lt;a:convertSize /&amp;gt; tag you have in your column definition, try removing it to see if the error is resolved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to use the converter it should be a child of h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 22:36:31 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2006-11-23T22:36:31Z</dc:date>
    <item>
      <title>Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46538#M26153</link>
      <description>I have switched my Alfresco installation to use 'details view' (rather than 'icon view') as the default view of a space.&amp;nbsp; Now I want to customize the metadata fields that show up in the columns for 'details view'.&amp;nbsp; Currently, this view shows 'Name', 'Description', 'Created' and 'Modified' dates.&amp;nbsp; I</description>
      <pubDate>Wed, 18 Oct 2006 00:37:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46538#M26153</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2006-10-18T00:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46539#M26154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll have to modify our browse.jsp page. Unfortunately, there is not a customisation route for this page so you'll have to modify our page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To add a column just follow the pattern you'll find in there i.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;a:column id="colxx" style="text-align:left"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;f:facet name="header"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;a:sortLink id="colxx-sort" label="#{msg.your_label}" value="prefix:your_property" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;h:outputText id="colxx-txt" value="#{r['prefix:your_property']}" /&amp;gt;&lt;BR /&gt;&amp;lt;/a:column&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2006 09:09:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46539#M26154</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-10-19T09:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46540#M26155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added one column.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I execute Alfresco appears the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;javax.faces.FacesException: UIComponent is no ValueHolder&lt;BR /&gt;&lt;BR /&gt;caused by:&lt;BR /&gt;javax.servlet.ServletException: UIComponent is no ValueHolder&lt;BR /&gt;&lt;BR /&gt;caused by:&lt;BR /&gt;javax.servlet.jsp.JspException: UIComponent is no ValueHolder&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%– Numero_Factura for details/icons view modes –%&amp;gt;&lt;BR /&gt;&amp;lt;a:column id="col13" style="text-align:left" rendered="#{BrowseBean.browseViewMode == 'details' || BrowseBean.browseViewMode == 'icons'}"&amp;gt;&lt;BR /&gt;&amp;lt;f:facet name="header"&amp;gt;&lt;BR /&gt;&amp;lt;a:sortLink id="col13-sort" label="Numero_Factura" value="size" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;lt;h:outputText id="col13-txt" value="#{r['fac:Numero_Factura']}" /&amp;gt; &lt;BR /&gt;&amp;lt;a:convertSize /&amp;gt;&lt;BR /&gt;&amp;lt;/a:column&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 11:53:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46540#M26155</guid>
      <dc:creator>rcortesr</dc:creator>
      <dc:date>2006-11-23T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46541#M26156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's probably the &amp;lt;a:convertSize /&amp;gt; tag you have in your column definition, try removing it to see if the error is resolved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to use the converter it should be a child of h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 22:36:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46541#M26156</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-11-23T22:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46542#M26157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have followed the same approach here, customizing browse.jsp to show custom meta-data and setting details view as the default. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem now is that if you navigate to a space that does not contain my custom content, email templates for example. Obviously none of the custom meta-data values exist and the details display looks quite odd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is - can you set default view modes differently for different spaces rather that having one global default?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Custom space -&amp;gt; details view mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data dictionary -&amp;gt; browse view mode&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 00:38:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46542#M26157</guid>
      <dc:creator>fogo</dc:creator>
      <dc:date>2008-01-02T00:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46543#M26158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone else wants to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Assign a custom aspect to your space&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- override BrowseBean and the spaceChanged method&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- in this method check the currentNode for your custom aspect and set the browseView accordingly&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 00:12:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46543#M26158</guid>
      <dc:creator>fogo</dc:creator>
      <dc:date>2008-01-04T00:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing metadata fields in 'details view' of a space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46544#M26159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;h&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText id="colxx-txt" value="#{r['prefix:your_property']}" /&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very new to Alfresco and JSF, so excuse me if there is a straigh forward answer for this - I can't find any &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could someone please tell me how to define "your_property". I basically want to remove the created and modified date columns and add two colums which display the sum total of all documents (down to the leaf) under the current space and the sum total of all spaces (down to the leaf), again under the current space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd really appreciate some help with this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2008 12:57:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customizing-metadata-fields-in-details-view-of-a-space/m-p/46544#M26159</guid>
      <dc:creator>rmanocha</dc:creator>
      <dc:date>2008-01-18T12:57:17Z</dc:date>
    </item>
  </channel>
</rss>

