<?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: Display Custom Properties in document-details.jsp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99175#M68501</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;SPAN&gt;I agrees with you, it is really odd,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps that I applied :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 1 : I have a document with custom property (version 1.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 2 : I modify my jsp (document-details.jsp) for displaying my custom property, My new column is empty (can't display the content of my custom property).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step3 : I do Checkout / Checkin without any modification, so my document is at version 1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step4 : when I display History of my document : I have the empty column for the version 1.0 and I have the content of my custom property for the version 1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I inspect the content of the table alf_node_properties&amp;nbsp; for my node version 1.0, I don't see a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give me tracks, to control other elements&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 09:51:28 GMT</pubDate>
    <dc:creator>amar</dc:creator>
    <dc:date>2007-04-04T09:51:28Z</dc:date>
    <item>
      <title>Display Custom Properties in document-details.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99173#M68499</link>
      <description>Hi,I try to display a custom properties for each version of my document (history),So I modify the document-details.jsp,I add a column with :&amp;lt;a:column id="col6" style="text-align:left"&amp;gt;&amp;lt;f:facet name="header"&amp;gt;&amp;lt;a:sortLink label="customproperty" value="my:customproperty" styleClass="heade</description>
      <pubDate>Tue, 03 Apr 2007 14:42:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99173#M68499</guid>
      <dc:creator>amar</dc:creator>
      <dc:date>2007-04-03T14:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Custom Properties in document-details.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99174#M68500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt;It works only for the the versions that I creat after this JSP modification&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The display tags you are using do not modify anything, therefore that doesn't make a lot of sense. Did you in fact only add your custom property to nodes at the same time you started using the JSP? There is no caching of pages, they are generated at runtime.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 09:27:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99174#M68500</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-04-04T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Display Custom Properties in document-details.jsp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99175#M68501</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;SPAN&gt;I agrees with you, it is really odd,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps that I applied :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;step 1 : I have a document with custom property (version 1.0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step 2 : I modify my jsp (document-details.jsp) for displaying my custom property, My new column is empty (can't display the content of my custom property).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step3 : I do Checkout / Checkin without any modification, so my document is at version 1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;step4 : when I display History of my document : I have the empty column for the version 1.0 and I have the content of my custom property for the version 1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I inspect the content of the table alf_node_properties&amp;nbsp; for my node version 1.0, I don't see a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you give me tracks, to control other elements&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 09:51:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/display-custom-properties-in-document-details-jsp/m-p/99175#M68501</guid>
      <dc:creator>amar</dc:creator>
      <dc:date>2007-04-04T09:51:28Z</dc:date>
    </item>
  </channel>
</rss>

