Hi,
Does struts 1.0.2 support encrypting/hiding the querystring that is with <a
href=""> element.
There are several html:link elements in struts which almost do the same job
of html <a href>,
So is there any way to encrypt querystring information by html:link tags or
any other way to deal this.

I have several <a href="">  elements in jsp page and user can see what is
attached
to request and with this user can make application instable by filling up
some dummy data or deleting the query string, At server side when an Action
class is trying
to read this by using request.getParameter() it will get invalid information
that looks
nasty.

TIA
rayaku


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to