Using hidden variable without form

2002-06-03 Thread Yaman Kumar

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
.


or any other way to avoid to show these parameters.

TIA
rayaku




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Using hidden variable without form

2002-06-03 Thread Nicolas De Loof

To avoid parametres to be shown in request you must use POST method inside a
form (links in href="... use only GET). You can use hidden type inputs.

I don't understand why you don't want to define a FormBean for this action,
since you need to get your parameters value ?

Nico

> 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
>type="myaction"
> scope="request"
>
> SOMETHING HERE  that will have paramname and paramValues reached
> here
>   without writing a FormBean with 2 properties.  >.
> 
>
> or any other way to avoid to show these parameters.
>
> TIA
> rayaku



--
To unsubscribe, e-mail:   
For additional commands, e-mail: