hello all

              this is my code
 in jsp
              ArrayList levelList =
(ArrayList)request.getAttribute("levelsList");
             
pageContext.setAttribute("levelsList",levelsList,pageContext.PAGE_SCOPE);


                         <html:select property="levelid">
                                        <html:options collection="levelsList" 
property="levelid"
                                                                
labelProperty="levelname" />
                        </html:select>

         am getting the output . but my all my check box has been cheked. am
using javascript to uncheck it. is there any option to use checked=false in
the multibox tag itself.
-- 
View this message in context: 
http://www.nabble.com/checkbox-tp21414451p21414451.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