<?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: modifying jsp files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/modifying-jsp-files/m-p/47607#M27047</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 suggest you read up on some JSF tutorials on the web (or books) as Alfresco web-client makes heavy use of the JSF framework and techniques.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "#{WizardManager.bean.objectTypes}" statement can be deconstructed as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#{ - specifies the start of a JSF statement&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WizardManager - the name of a JSF Managed Bean, which can generally be found in the faces-config-beans.xml config file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bean - resolves to getBean() on the WizardManager bean instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectTypes - resolves to getObjectTypes() on the 'bean' object instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} - specifies the end of the JSF statement&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically JSF uses standard Bean notation to infer get() and set() calls to properties on a POJO bean class.&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>Thu, 17 Aug 2006 11:56:30 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2006-08-17T11:56:30Z</dc:date>
    <item>
      <title>modifying jsp files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-jsp-files/m-p/47606#M27046</link>
      <description>I am trying to learn how alfresco works(jsf pages) and then i want to add some new classes. At the moment i have a problem because i can find a class, but i can not find the method.. i.e:&amp;lt;f:selectItems value="#{WizardManager.bean.objectTypes}" /&amp;gt; I found the class WizardManager but i don't kno</description>
      <pubDate>Thu, 17 Aug 2006 11:35:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-jsp-files/m-p/47606#M27046</guid>
      <dc:creator>tiofelix</dc:creator>
      <dc:date>2006-08-17T11:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: modifying jsp files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modifying-jsp-files/m-p/47607#M27047</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 suggest you read up on some JSF tutorials on the web (or books) as Alfresco web-client makes heavy use of the JSF framework and techniques.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "#{WizardManager.bean.objectTypes}" statement can be deconstructed as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#{ - specifies the start of a JSF statement&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WizardManager - the name of a JSF Managed Bean, which can generally be found in the faces-config-beans.xml config file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;bean - resolves to getBean() on the WizardManager bean instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectTypes - resolves to getObjectTypes() on the 'bean' object instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} - specifies the end of the JSF statement&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically JSF uses standard Bean notation to infer get() and set() calls to properties on a POJO bean class.&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>Thu, 17 Aug 2006 11:56:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modifying-jsp-files/m-p/47607#M27047</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-08-17T11:56:30Z</dc:date>
    </item>
  </channel>
</rss>

