From jira-events at lists.jboss.org Mon Mar 9 09:01:23 2009 Content-Type: multipart/mixed; boundary="===============8490432041942288897==" MIME-Version: 1.0 From: Nilson Parra (JIRA) To: jboss-jira at lists.jboss.org Subject: =?utf-8?q?=5Bjboss-jira=5D_=5BJBoss_JIRA=5D_Created=3A_=28JBPORTAL-2339?= =?utf-8?q?=29_Fails_to_pass_parameters_between_jsp=C2=B4s?= Date: Mon, 09 Mar 2009 09:01:23 -0400 Message-ID: <8472874.1236603683402.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============8490432041942288897== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fails to pass parameters between jsp=C2=B4s -------------------------------------- Key: JBPORTAL-2339 URL: https://jira.jboss.org/jira/browse/JBPORTAL-2339 Project: JBoss Portal Issue Type: Bug Security Level: Public (Everyone can see) Environment: Windows Vista Oracle 10g Jboss Portal 2.7.0 Reporter: Nilson Parra Configuring a portlet as follows, two JPS's pages: -> page "uno.jsp" -> page "dos.jsp" <%out.println("MiParametro: "+request.getParameter("MiParametro")); out.println("otroParametro: "+request.getParameter("otroParametro")= ); %> -> class portlet public class TestPortlet extends GenericPortlet { protected void doView(RenderRequest request, RenderResponse response) throws PortletException, IOException { = = PortletRequestDispatcher prd =3D getPortletContext().getRequestDispatcher= ("/jsp/uno.jsp"); prd.include(request, response); } } -> file portlet.xml PruebaPortlet test.portlettest.TestPortlet text/html view Prueba Portlet = when viewing the page with the portlet is obtained as follows: MiParametro: null otroParametro: null = atte, Nilson Parra -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira = --===============8490432041942288897==--