Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Checking Value passed by Checkbox in a jsp page ??

843833Jul 25 2001 — edited Jul 25 2001
hi all,

in my jsp page, i've a checkbox on a page & after submitting that page to another one, i want to check whether the checkbox was clicked or not..since in my code i wanna something like this...

if checkbox is clicked
{
//task1
}
else
{//task2
}

Can anyone please help me how to go 'bout it !
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2001
Added on Jul 25 2001
3 comments
203 views