Hi,

how can I set a checkbox checked during creation in the JSP. In HTML I would
do it like this:

  <input type="checkbox" name="mycheck" checked>

But I can't find that for the struts tag:

  <html:checkbox property="mycheck">check it</html:ckeckbox>

And can I use the value "true" to set a checkbox checked. I get only a
"true" from my bean and not a "checked" or something else.

ciao Oliver.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to