html:checkbox Tag problem

2003-10-15 Thread mohamed ebrahim faisal
Hai I populate data from database in to the Action form, which i am using to display multiple records in the JSP Page. Here i am using Html:checkbox as an indicator to every record in the the page. I have associated the checkobox with String array Property. My Problem is when i submit the form

RE: html:checkbox Tag problem

2003-10-15 Thread Wendy Smoak
Faisal wrote: I populate data from database in to the Action form, which i am using to display multiple records in the JSP Page. Here i am using Html:checkbox as an indicator to every record in the the page. I have associated the checkobox with String array Property. My Problem is when i

RE: html:checkbox Tag problem

2003-10-15 Thread Chen, Gin
: html:checkbox Tag problem Faisal wrote: I populate data from database in to the Action form, which i am using to display multiple records in the JSP Page. Here i am using Html:checkbox as an indicator to every record in the the page. I have associated the checkobox with String array Property. My Problem

RE: html:checkbox Tag problem

2003-10-15 Thread Lynn Guy
I think multibox will return the value of the checked items which might help you out. --- Wendy Smoak [EMAIL PROTECTED] wrote: Faisal wrote: I populate data from database in to the Action form, which i am using to display multiple records in the JSP Page. Here i am using Html:checkbox as