<?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 Node type not available through BrowseBean? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123242#M86779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot seem to access a node's "type" property through the BrowseBean in a JSP through a richList.&amp;nbsp; That is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&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="col10-nodeinfo" value="#{NavigationBean.currentNode.type}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;correctly shows a node's type, but:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&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="col10-nodeinfo2" value="#{r.type}" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where r is bound to a node in a richList displays nothing.&amp;nbsp; Aren't these both Node objects?&amp;nbsp; I can display name and ID, but not type or path.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to implement a custom action tied directly to an item in the browse page list based on the object type.&amp;nbsp; Since the link on the object's icon and name are not configurable Actions, I must perform this test in a modified browse JSP rather than through an Alfresco config with evaluator for an action.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Oct 2007 20:02:58 GMT</pubDate>
    <dc:creator>davidpisaac</dc:creator>
    <dc:date>2007-10-25T20:02:58Z</dc:date>
    <item>
      <title>Node type not available through BrowseBean?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123242#M86779</link>
      <description>Hello-I cannot seem to access a node's "type" property through the BrowseBean in a JSP through a richList.&amp;nbsp; That is:&amp;lt;h&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText id="col10-nodeinfo" value="#{NavigationBean.currentNode.type}" /&amp;gt;correctly shows a node's type, but:&amp;lt;h&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;utputText id="col10-nodeinfo2" value="#{r.type}" /&amp;gt;whe</description>
      <pubDate>Thu, 25 Oct 2007 20:02:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123242#M86779</guid>
      <dc:creator>davidpisaac</dc:creator>
      <dc:date>2007-10-25T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available through BrowseBean?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123243#M86780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I just found the answer to my own question, but I'll leave this post for others.&amp;nbsp; BrowseBean.nodes apparently returns a list of lightweight MapNodes, that have some but not all properties of a Node populated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:28:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123243#M86780</guid>
      <dc:creator>davidpisaac</dc:creator>
      <dc:date>2007-10-26T15:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available through BrowseBean?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123244#M86781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I may add, I think that all properties from Node are also present in TransientMapNode. The difference comes from the fact that TransientMapNode is implementing Map interface. Therefore, in the first case, JSF will call method getType() which will return Qname of node type, while in the second case JSF will not invoke getType() method, but rather, get("type") method of Map interface which will return null.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2007 10:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123244#M86781</guid>
      <dc:creator>dhalupa</dc:creator>
      <dc:date>2007-10-27T10:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available through BrowseBean?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123245#M86782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If I may add, I think that all properties from Node are also present in TransientMapNode. The difference comes from the fact that TransientMapNode is implementing Map interface. Therefore, in the first case, JSF will call method getType() which will return Qname of node type, while in the second case JSF will not invoke getType() method, but rather, get("type") method of Map interface which will return null.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You are correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2007 17:00:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123245#M86782</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-11-02T17:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Node type not available through BrowseBean?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123246#M86783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you suceed in getting the type of your beans in the richlist?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2008 12:43:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-type-not-available-through-browsebean/m-p/123246#M86783</guid>
      <dc:creator>gilles</dc:creator>
      <dc:date>2008-02-15T12:43:18Z</dc:date>
    </item>
  </channel>
</rss>

