Figured out...
Thanks..
On May 30, 7:14 am, udel...@gmail.com wrote:
> Figured out...
>
> Thanks..
i think by using java script on this check boxes we will get the
boolean as if selected we get true then if checkbox is true then add
it to request as attribute and display them in another jsp.
Lew - 30 May 2007 14:17 GMT
> On May 30, 7:14 am, udel...@gmail.com wrote:
>> Figured out...
[quoted text clipped - 4 lines]
> boolean as if selected we get true then if checkbox is true then add
> it to request as attribute and display them in another jsp.
Javascript is not required. Use a controller servlet to decipher the request
parms, then dispatch to the destination JSP with values predefined, say via
request.setAttribute(). Everything can be done server-side with normal HTML
form semantics.

Signature
Lew