Quote:
Originally Posted by Lew
sandy wrote:
> 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.
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.
--
Lew
|
i have a main JSP a child JSP,when i click on the button in main form,the child with three check box inputs,based on the selection in the child JSP,the values of the particular fields in parent form should be filled
can u help in that?