5 Replies Latest reply on May 28, 2013 11:00 AM by kenfinni

    Navigation problem with PB 3.2 Final

    burningsky

      Hi everyone! I use the JSF 2.1 application as a portlet-modeule of Apache Pluto container. Also I use jboss portlet bridge 3.2 final. I declared needed settings in portlet.xml:

      <portlet>

              <description>Tests and Exams portlet description</description>

              <portlet-name>TestsAndExams</portlet-name>

              <display-name>Tests and Exams portlet (JSR)</display-name>

              <portlet-class>javax.portlet.faces.GenericFacesPortlet</portlet-class>

              <init-param>

                  <name>javax.portlet.faces.defaultViewId.view</name>

                  <value>/index.xhtml</value>

              </init-param>

              <init-param>

                  <name>javax.portlet.faces.preserveActionParams</name>

                  <value>true</value>

              </init-param>

              <init-param>

                  <name>javax.portlet.faces.autoDispatchEvents</name>

                  <value>true</value>

              </init-param>

              <supports>

                  <mime-type>text/html</mime-type>

                  <portlet-mode>view</portlet-mode>

              </supports>

              <supported-locale>fr</supported-locale>

              <supported-locale>en</supported-locale>

              <portlet-info>

                  <title>TestsAndExams</title>

              </portlet-info>

         </portlet>

      Firs page of my portlet looks correctly, but when I try to forwar to another page, the portlet-container cannot find the needed page. Could you help me with this issue?