<?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 Add a new column in browse.jsp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165027#M118743</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 add a new column in browse.jsp to display a custom aspect&amp;nbsp; "via:selection" (boolean).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%– Colonne selection–%&amp;gt;&lt;BR /&gt;&amp;lt;a:column id="selection" style="text-align:center"&amp;gt;&lt;BR /&gt;&amp;lt;f:facet name="header"&amp;gt;&lt;BR /&gt;&amp;lt;a:sortLink id="selection-sort" label="Selection" value="via:selection" styleClass="header"/&amp;gt;&lt;BR /&gt;&amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;lt;h:selectBooleanCheckbox id="selection-check" title="selection" value="#{r['via:selection']}" /&amp;gt;&lt;BR /&gt;&amp;lt;h:outputText id="selection-txt" value="#{r['via:selection']}" /&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;BR /&gt;&lt;SPAN&gt;I have an error message :&amp;nbsp; "Base r is null".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created another columns to display others custom aspects which type is text&amp;nbsp; and it works very well .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case the code is : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;%– Colonne numero –%&amp;gt;&lt;BR /&gt;&amp;lt;a:column id="numero" style="text-align:center" 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="numero-sort" label="Numero" value="via:numero" styleClass="header" /&amp;gt;&lt;BR /&gt;&amp;lt;/f:facet&amp;gt;&lt;BR /&gt;&amp;lt;h:outputText id="numero-txt" value="#{r['via:numero']}" /&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 11:58:26 GMT</pubDate>
    <dc:creator>karinemazet</dc:creator>
    <dc:date>2008-05-13T11:58:26Z</dc:date>
    <item>
      <title>Add a new column in browse.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165027#M118743</link>
      <description>Hi,I have add a new column in browse.jsp to display a custom aspect&amp;nbsp; "via:selection" (boolean).The code is :&amp;lt;%– Colonne selection–%&amp;gt;&amp;lt;a:column id="selection" style="text-align:center"&amp;gt;&amp;lt;f:facet name="header"&amp;gt;&amp;lt;a:sortLink id="selection-sort" label="Selection" value="via:selection" s</description>
      <pubDate>Tue, 13 May 2008 11:58:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165027#M118743</guid>
      <dc:creator>karinemazet</dc:creator>
      <dc:date>2008-05-13T11:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new column in browse.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165028#M118744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Karine,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should try to put the checkbox readonly like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;h:selectBooleanCheckbox id="selection-check" title="selection" value="#{r['custom:selection']}" readonly="true"/&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case I doesn't have the problem. The problem appears after having changed the box value and submitted the page form… If the box is readonly there is no more problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jun 2008 17:43:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165028#M118744</guid>
      <dc:creator>cbosdonnat</dc:creator>
      <dc:date>2008-06-15T17:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add a new column in browse.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165029#M118745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am in the process of customizing the&lt;/SPAN&gt;&lt;STRONG&gt; browse.jsp&lt;/STRONG&gt;&lt;SPAN&gt;. Can you let me know what are all the other files that needs to be modified to have the [size=150]custom[/size] modified (browse.jsp) page to get rendered rather than the out of the box one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In short , are there any files in the &lt;/SPAN&gt;&lt;SPAN style="color:#0040FF;"&gt;extensions &lt;/SPAN&gt;&lt;SPAN&gt;directory other than this jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Balaji&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 22:30:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-a-new-column-in-browse-jsp/m-p/165029#M118745</guid>
      <dc:creator>balaji1_1</dc:creator>
      <dc:date>2010-02-03T22:30:58Z</dc:date>
    </item>
  </channel>
</rss>

