0 Replies Latest reply on Mar 1, 2010 5:31 PM by armstrongcr1

    jsp:include within JBoss Portal

    armstrongcr1

      Hopefully someone can help me out with this because it's been driving me nuts all day. I am currently running JBoss AS 4.2.3 JBoss Portal 2.7.2 and JDK 1.6.0_14

       

      I've written a Portlet that does a PortalRequestDispatcher.include of a JSP file (foo.jsp) in the doView method, that jsp file also does a include to another JSP file (boo.jsp) using the <jsp:include> tage. This does include the JSP but my parameters are not getting passed. Here is an example:

       

      <jsp:include page="/WEB-INF/jsp/test/boo.jsp">

           <jsp:param name="last_name" value="nugget"/>

      </jsp>

       

      I've also tried using the same include to a servlet with the same results. This worked in JBoss Portal 2.2.1.

       

      Thanks alot for any help.

       

      Chris