You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Heiko Roth <hr...@bspark.com> on 2000/11/17 23:01:56 UTC

Newbie - form:radio tag

I am migrating struts code from version 0.5 to the november 17, build of
struts.  In particular, I cannot get the radio button form tag to work.
Does anyone have an example of the code for a radio button?  Here is what I
currently am trying:

              <struts:radio name="formName" property="propertyName"
value="0"/>

In the docs, there is no mention of the dataType that the property must be.
Must it be a string??

Thanks,