I'm trying to setup radio buttons in struts and need a default button checked. I'm using the format:
But I'm getting the following:
Attribute checked invalid for tag radio according to TLD.
I'm using Struts 1.2.7 but tried 1.2.9 also and neither seem to work. I see other posts referencing the checked="checked" attribute but i just don't see it.
Am i missing something or am i just blind...
Code:
<input type="radio" name="color" value="blue" checked="checked">
But I'm getting the following:
Attribute checked invalid for tag radio according to TLD.
I'm using Struts 1.2.7 but tried 1.2.9 also and neither seem to work. I see other posts referencing the checked="checked" attribute but i just don't see it.
Am i missing something or am i just blind...