Hi All,
one easy question, I guess, this time. I know that Struts advises to avoid
linking directly from JSP to JSP. Furthermore, we can link indirectly by
using:
<action path="/home" forward="/app/index.jsp">
</action>
The question is, if I intend to send parameters in the request, which are
know in the caller JSP page scope, say:
<html:link page="/noform.do?param1=value1¶m2=value2">
<bean:message key="index.identical"/>
</html:link>
which would means send to:
/app/index.jsp?param1=value1¶m2=value2
how do I proceed? I do not think the previous code is working.
Another issue would be, when passing through an (dummy or not) Action class.
Is there any way to rewrite the same parameters received by the Action
invokation to the ActionForward? I would intend to do it automatically
rather than checking parameters existence in Action code and rewriting then
to the output invokation....
Adolfo.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>