Hi , i am using Richfaces portlet and i want to dynamically change the initial view of the portlet.
my portlet.xml is given below <portlet-app version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/portlet" | xmlns="http://java.sun.com/xml/ns/portlet"> | <portlet> | <portlet-name>samplePortlet</portlet-name> | <portlet-class> | sample.samplePortlet | </portlet-class> | | <init-param> | <name>javax.portlet.faces.defaultViewId.view</name> | <value>/jsf/sample.xhtml</value> | </init-param> | <portlet-info> | <title>sample Portlet</title> | </portlet-info> | | <supports> | <mime-type>text/html</mime-type> | <portlet-mode>VIEW</portlet-mode> | </supports> | </portlet> | </portlet-app> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186563#4186563 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186563 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user