Execution of <html:checkbox name=mailSent property=mailSent value="Sharad"> tag :

        name - Used to get value of the checkbox once the form is submitted.
        property - used to map the status, i.e. whether the checkbox shd be Yes or No, 
to the bean property.
        value - value of the checkbox.

if I m right then is it necessary to specify the "name" and "property" with the 
literals ? Please explain as this is eating my head out. Please don't refer me to 
Jakarta site as I couldn't figure out anything from there.

Reply via email to