Re: Passing parameters from struts.xml to jsp securely/encripted..Struts2

2011-06-15 Thread Maurizio Cucchiara
Put it in the session! Maurizio Cucchiara Il giorno 15/giu/2011 19.37, "scoobyy" ha scritto: > Hi I'm using struts2 and i have an action tag which redirects to a jsp page > with the parameter it receives. > > > > stores.jsp?page${somepage} > true > true > > > > Problem is the ${somepage} val

Passing parameters from struts.xml to jsp securely/encripted..Struts2

2011-06-15 Thread scoobyy
Hi I'm using struts2 and i have an action tag which redirects to a jsp page with the parameter it receives. stores.jsp?page${somepage} true true Problem is the ${somepage} value is appear in the addr

Passing parameters from struts.xml to jsp securely/encripted..Struts2

2011-06-15 Thread scoobyy
Hi I'm using struts2 and i have an action tag which redirects to a jsp page with the parameter it receives. stores.jsp?page${somepage} true true Problem is the ${somepage} value is appear in the addr