change URL in action?

2006-05-19 Thread fea jabi
have the above code in jsp. when the user cliks on the link, and when the action method is executing want to change the URL to ...PrepareAction.do instead of having the url as .PrepareAction.do?method="add"&TOKEN=... Is it possible to do this? if so how d

RE: change URL in action?

2006-05-22 Thread fea jabi
can anyone help me with this please? Thanks. From: "fea jabi" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: change URL in action? Date: Fri, 19 May 2006 13:40:54 -0400 have the above code in j

Re: change URL in action?

2006-05-22 Thread Antonio Petrelli
fea jabi ha scritto: A link uses normally the GET HTTP method, therefore all your parameters are put in the query string. Try making a "fake" form, in which all your parameters are put in items and a link that in fact invokes a javascript call to submit the form.