users@glassfish.java.net

Re: Not able to forward from JSP to class(in struts) in glassfish 2.1.1

From: <glassfish_at_javadesktop.org>
Date: Tue, 06 Jul 2010 06:57:44 PDT

Try setting the query string parameter using the param tag instead:

<jsp:forward page="/yourpage">
<jsp:param name="entityId" value="YOURVALUE" />
</jsp:forward>
[Message sent by forum member 'unistd_h']

http://forums.java.net/jive/thread.jspa?messageID=476878