Hi,
I have a jsp file without a form and has got one image and target of this is
one action class which requires 2 parameters, When i click on this button
i do not want  these parameternames and values to appear in
  querystring in browser address location,
Can i avoid these showing in querystring?, like
<action path="/myfile"
          type="myaction"
        scope="request"

        SOMETHING HERE  that will have paramname and paramValues reached
here
          without writing a FormBean with 2 properties.  >.
</action>

or any other way to avoid to show these parameters.

TIA
rayaku




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

Reply via email to