I haven't used the <bean:message> tag (and do not have time to look it up right now), so I don't know what you are trying to do, but request parameters are passed through the action forward unchanged - you do not need to capture, check, and resend them (what would be the point, if you think about it?).
Mark -----Original Message----- From: Adolfo Miguelez [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 7:27 AM 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. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

