[jboss-user] [JBoss Portal] - jsp include not working
swisst
do-not-reply at jboss.com
Mon Oct 15 16:34:00 EDT 2007
I am using the bundled version of JBoss Portal Server, v2.6.1
Specifically, passing a parameter while using jsp include does not work. Here is the scenario:
Page 1
| <jsp:include page="page2.jsp">
| <jsp:param name="param1" value="param1value"/>
| </jsp:include>
|
Page 2
| <%= request.getParameter("param1")%>
|
This results in 'null' being printed out instead of the expected 'param1value'....any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095400#4095400
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095400
More information about the jboss-user
mailing list