1 Reply Latest reply on Nov 2, 2008 4:06 PM by nbelaevski

    Modal Panel in a JBOSS portal.

    johnboy

      Does anyone, or has anyone gotten the Modal Panel to work on the JBOSS Portal. I am trying to get it to work with JBOSS Portal 2.6.5.SP1.

      I am using RichFaces 3.2.2GA.

      Does anyone have an example that might work they can share with me?

        • 1. Re: Modal Panel in a JBOSS portal.
          nbelaevski

          Hi,

          I've created Portlet project using JBoss tools and it's started to work after I defined

          <context-param>
           <param-name>org.richfaces.LoadStyleStrategy</param-name>
           <param-value>DEFAULT</param-value>
           </context-param>
           <context-param>
           <param-name>org.richfaces.LoadScriptStrategy</param-name>
           <param-value>DEFAULT</param-value>
           </context-param>
          in web.xml

          That need to be defined just for testing and can cause problems if there are several RichFaces portlets. You should add resources required by RichFaces in element ad use NONE loading strategy for development and production.

          Demo project is here: http://www.sendspace.com/file/v2z81c