You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Campesato, Oswald" <OC...@iona.com> on 2001/09/04 22:01:26 UTC

"indexed" option does not work with html:checkbox

The following tag:

<html:checkbox indexed="yes" property="deleteCheckbox" />

generates the following error message:

indexed is not a valid attribute for tag html:checkbox

I've also tried "index" instead of "indexed" and "true" instead of "yes".
Other options (onchange, onclick, disabled) work correctly with this tag,
so why doesn't "indexed" work?  Suggestions welcome....

Cordially,

Oswald