Hi I'm using struts2 and i have an action tag which redirects to a jsp page
with the parameter it receives.
<action name="defaultstores" class="storesAction">
<result name="success">
stores.jsp?page${somepage}
true
true
</result>
</action>
Problem is the ${somepage} value is appear in the address bar of the
browser. I want this value to be encrypted or hidden like in html post
method. I googled this but couldn't find an answer. Any help?
--
View this message in context:
http://struts.1045723.n5.nabble.com/Passing-parameters-from-struts-xml-to-jsp-securely-encripted-Struts2-tp4492032p4492032.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]