<?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: JSF and updating page data in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22523#M10819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After further thought i suppose that if i extend BrowseBean, say BrowseBeanZ, and copy/paste in the private members/methods it should work okay. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the faces-config-beans.xml to use blah.blah.BrowseBeanZ rather than org.alfresco.web.bean.BrowseBean will mean that i get my BrowseBeanZ functionality, and when referenced in other classes as org.alfresco.web.bean.BrowseBean, it will be cast up from blah.blah.BrowseBeanZ, providing the original functionality that this dependant class needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the rant. Now i gotta just get the config files mwntioned in my original post to use the new bean!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2006 09:12:23 GMT</pubDate>
    <dc:creator>ajshaw</dc:creator>
    <dc:date>2006-05-12T09:12:23Z</dc:date>
    <item>
      <title>JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22517#M10813</link>
      <description>Hello. I'm pretty new to JSF, so any help would be greatly appreciated. I have implemented a system of promoting/demoting documents in the repository, based on an aspect property, 'orderNumber'. This is for the purpose of implementing some simple web-content management functionality.I have incorpora</description>
      <pubDate>Mon, 08 May 2006 13:38:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22517#M10813</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-05-08T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22518#M10814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your event handler for the button, perform this code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;UIContextService.getInstance(FacesContext.getCurrentInstance()).notifyBeans();&lt;BR /&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 14:48:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22518#M10814</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-05-08T14:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22519#M10815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Kevin. That worked fine &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 15:47:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22519#M10815</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-05-08T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22520#M10816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can you share this feature?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks good!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 May 2006 08:39:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22520#M10816</guid>
      <dc:creator>manuelgentile</dc:creator>
      <dc:date>2006-05-09T08:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22521#M10817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm currently externalizing it after seeing recent posts about how to keep jsf config modification seperate, like the extensions under tomcat/shared/extension…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll post here when i'm done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:01:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22521#M10817</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-05-11T15:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22522#M10818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, i've been looking at the thread about Simon's post regarding putting his new beans and modified faces-config files in a META-INF folder, jarred up in WEB-INF lib. I cant get this to work (not still using the old beans), but even if i could, i am wondering about the way i'd override these beans.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From what i can see, for example, the BrowseBean is referenced in other beans (LoginBean etc…) using the actual class (org.alfresco.web.bean.BrowseBean) rather than any kind of interface or base class. This means that i cannot change the bean implementation without following the trail through all the dependancies and altering the references.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me if this is really the case? (It's early and i may be missing something).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, it's not necessarily a critisism. I just don't want to wast time trying to figure something out that cant be done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 08:13:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22522#M10818</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-05-12T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: JSF and updating page data</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22523#M10819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After further thought i suppose that if i extend BrowseBean, say BrowseBeanZ, and copy/paste in the private members/methods it should work okay. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the faces-config-beans.xml to use blah.blah.BrowseBeanZ rather than org.alfresco.web.bean.BrowseBean will mean that i get my BrowseBeanZ functionality, and when referenced in other classes as org.alfresco.web.bean.BrowseBean, it will be cast up from blah.blah.BrowseBeanZ, providing the original functionality that this dependant class needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the rant. Now i gotta just get the config files mwntioned in my original post to use the new bean!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2006 09:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/jsf-and-updating-page-data/m-p/22523#M10819</guid>
      <dc:creator>ajshaw</dc:creator>
      <dc:date>2006-05-12T09:12:23Z</dc:date>
    </item>
  </channel>
</rss>

