hello all

               this is my doubt. i've five checkboxes . how do i check three
checkboxes is checked among these five checkboxes

                 <input type="checkbox" name="one" >
                 <input type="checkbox" name="two" checked="true">
                 <input type="checkbox" name="three" checked="true">
                 <input type="checkbox" name="four" checked="true">
                 <input type="checkbox" name="five" >

how do i do it in struts . please anyone help me
-- 
View this message in context: 
http://www.nabble.com/checkbox-doubt-tp21414570p21414570.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to