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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...