Can soemone explain me the difference between the two tags 
        html:multibox and html:checkbox in aJSP page which used
logic:iterate tag.

        For example:

        <logic:iterate id="fruits" name="nameOfMyDynaValidatorForm"
property="fruits"             type="com.org.Fruit">
            <html:checkbox name="fruits" indexed="true" property="isChecked"
/>
        </logic:iterate>

        The <html:checkbox> allows to display the following column in a
table
         
[x]     
[x]     
[x]     

        and if the <html:checkbox> is replaced by a <html:multibox> tag,
what it occurs ?.

        Does this new tag facilitate the implementation of the
functionalities check all / uncheck all ?
        Do these two functionalities require the interpellation of the Web
server (Struts controller) or the treatment     can be only on  the client
side (with JavaScript) even with the characteristics of Struts (specific
tags,   DynaValidatorForm) 
        Thanks a lot for your help.


----------------------------------------------------------------------------

As of February 12th, 2003 Thomson unifies its email addresses on a worldwide
basis. 
Please note my new email address: [EMAIL PROTECTED] 

http://www.thomson.net/ 

Reply via email to