Re: how to catch unchecked checkbox values

2006-06-21 Thread Scott Van Wart
Kavita Mehta wrote: i am trying to recieve the status of all checkboxes in my JSP file using form bean . I am using tag in my JSP . Can anybdy suggest me how to get the status of all checkboxes . presently, the form bean just returns me the selected checkbox's value array .. That's how checkbo

how to catch unchecked checkbox values

2006-06-21 Thread Kavita Mehta
hi, i am trying to recieve the status of all checkboxes in my JSP file using form bean . I am using tag in my JSP . Can anybdy suggest me how to get the status of all checkboxes . presently, the form bean just returns me the selected checkbox's value array .. Thanks Kavita