[jboss-user] [JBoss Portal] - Re: JSF Portlet tutorial out of date?

desropolis do-not-reply at jboss.com
Tue Jul 31 14:58:59 EDT 2007


1. Locate jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-impl.jar and jboss-portal-2.6.1.GA/server/default/deploy/jboss-portal.sar/portal-admin.sar/portal-admin.war/WEB-INF/lib2/myfaces-api.jar

2. Copy them to your tutorial app's WEB-INF/lib dir

3. Add the following to the web.xml in your tutorial app's WEB-INF:

        <context-param>
            <param-name>org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL</param-name>
            <param-value>true</param-value>
        </context-param>

Cryptic?  Yes.  Proprietary? Yes.  Does it work?  Yes.

Hope this helps.

Dean

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069323#4069323

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069323



More information about the jboss-user mailing list