1 Reply Latest reply on Apr 1, 2010 6:00 AM by newbeewan

    Liferay 5.2.3 with Richfaces

      Hi,

      I am using Liferay 5.2.3 with Richfaces 3.3.3.CR1, JSF RI 1.2_13 and JBoss Portletbridge 2.0.CR1 on JBoss AS 5.1

      I have a problem with some components (e.g. rich:calendar). If I add the rich:calendar component to one of the portlets than the Liferay's dock bar (JavaScript menu) is not working. When I remove the rich:calendar component, then the dock bar is working.

      When I have the following in my web.xml than the dock bar is not working but the rich:calendar.

       

      <context-param>
              <param-name>org.richfaces.LoadScriptStrategy</param-name>
              <param-value>ALL</param-value>

      </context-param>

       

      After changing to

       

      <context-param>
              <param-name>org.richfaces.LoadScriptStrategy</param-name>
              <param-value>NONE</param-value>
      </context-param>

       

      the dock bar works well, but the rich:calendar not.

       

      I think it is a JQuery problem but how can I solve this?

      This problem is also described in

      http://community.jboss.org/thread/148026?tstart=0

      and

      http://community.jboss.org/thread/147087?tstart=0

       

      There is also a solution for this, but I think it is not for the JBoss AS. I also posted there for a solution, but nobody replies.

      Can somebody help me here?

       

      Thank you!!!