[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

thomas.heute@jboss.com do-not-reply at jboss.com
Fri Jan 12 10:09:14 EST 2007


The init parameter for the Sun JSF implementation is: 
com.sun.faces.portlet.INIT_VIEW

instead of "default-view" used by myFaces.

so in your portlet.xml you would have:

  | <init-param>
  |   <name>com.sun.faces.portlet.INIT_VIEW</name>
  |   <value>/index.jsp</value>
  | </init-param>
  | 

(Next time, please use "code" instead of "quote" to write done some XML so that it is not stripped.)

Hope this helps.


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

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



More information about the jboss-user mailing list