<?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 Problems using RichList component outside of Web Client in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47700#M27111</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 am attempting to use several components from Alfresco Web Client in a custom Web Client I am developing…&amp;nbsp; I copied the tld file and migrated appropriate component definitions into my faces-config file.&amp;nbsp; I was able to successfully use the Panel component… however, a RichList component cannot instantiate.&amp;nbsp; It needs a 'webClientConfigService' Spring bean:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'webClientConfigService' is defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought these components should be pretty much independent of Web Client implementation…&amp;nbsp; Am I doing something wrong?&amp;nbsp; I have little faces experience, but it seems strange that faces components would rely on Spring beans… it feels like they should only work with beans in request/session/application scopes.&amp;nbsp; Do I have the right idea as to how this is supposed to work? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Nov 2006 16:37:53 GMT</pubDate>
    <dc:creator>alexeyg</dc:creator>
    <dc:date>2006-11-07T16:37:53Z</dc:date>
    <item>
      <title>Problems using RichList component outside of Web Client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47700#M27111</link>
      <description>Hello,I am attempting to use several components from Alfresco Web Client in a custom Web Client I am developing…&amp;nbsp; I copied the tld file and migrated appropriate component definitions into my faces-config file.&amp;nbsp; I was able to successfully use the Panel component… however, a RichList component cannot</description>
      <pubDate>Tue, 07 Nov 2006 16:37:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47700#M27111</guid>
      <dc:creator>alexeyg</dc:creator>
      <dc:date>2006-11-07T16:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RichList component outside of Web Client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47701#M27112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the original idea of the org.alfresco.web.ui.common package was to contain Alfresco free JSF components that could be re-used outside of Alfresco. However, in reality that hasn't happened&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe there are a few places where our "common" components rely on other classes/resources. The spring bean you mention is used to read configuration information for the rich list component, so it should be fairly easy to de-couple if you really want to use it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 09:32:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47701#M27112</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2006-11-08T09:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RichList component outside of Web Client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47702#M27113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the quick response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's good to know that I had the right idea &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;&amp;nbsp; I decided to go with the standard dataTable component for now, richList would be an overkill (there is no requirement to change viewModes).&amp;nbsp; I need to get more comfortable with JSF before moving on to fancier things…&amp;nbsp; Thanks again for the response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 15:45:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47702#M27113</guid>
      <dc:creator>alexeyg</dc:creator>
      <dc:date>2006-11-08T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RichList component outside of Web Client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47703#M27114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed for simple tables we also use the standard JSF UIData component. The UIRichList component is for more "fancy" lists that require multiple view modes, paging and sorting for "free".&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, 09 Nov 2006 08:56:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47703#M27114</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-11-09T08:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using RichList component outside of Web Client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47704#M27115</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 am trying to create a login like alfresco in my web application(actually my thought is to use jsf with oracle rich faces) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it is giving this below exception &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'webClientConfigService' is defined&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:356)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how can we resolve this issue ? Actually am i in right way? can we use oracle rich faces as UI and alfresco as background?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please let me clarify..?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2009 06:16:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-using-richlist-component-outside-of-web-client/m-p/47704#M27115</guid>
      <dc:creator>sangireddi</dc:creator>
      <dc:date>2009-03-19T06:16:56Z</dc:date>
    </item>
  </channel>
</rss>

