Put it in the session! Maurizio Cucchiara
Il giorno 15/giu/2011 19.37, "scoobyy" <vishwa.sa...@gmail.com> ha scritto: > 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-tp4492039p4492039.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >