From: "Daniel Kies" <[EMAIL PROTECTED]>
> and struts config for this dynaactionform is 
> <form-property name="expectedVia" type="java.lang.String">
> </form-property>
> 
> I just can't figure out how to get UPS as the default radio button
> selected.  Any suggestions?

Did you try using the 'initial' attribute of the <form-property> tag?
Example:
    <form-property  name="acceptTerms"       
                              type="java.lang.String"
                              initial="N"/>

-- 
Wendy Smoak

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

Reply via email to