Re: Radio Button Default Values

2005-02-14 Thread Daniel Kies
Worked great, thank you very much. On Mon, 14 Feb 2005 11:45:00 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Daniel Kies" <[EMAIL PROTECTED]> > > and struts config for this dynaactionform is > > > > > > > > I just can't figure out how to get UPS as the default radio button > > selecte

Re: Radio Button Default Values

2005-02-14 Thread Wendy Smoak
From: "Daniel Kies" <[EMAIL PROTECTED]> > and struts config for this dynaactionform is > > > > 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 tag? Example: -- Wendy Smoak ---

Radio Button Default Values

2005-02-14 Thread Daniel Kies
I am trying to configure a default value for a radio button as done by Ted Husted on - http://www.jguru.com/faq/view.jsp?EID=1028442 My action has: ArrayList shippers = new ArrayList(); shippers.add(new LabelValueBean("UPS", "UPS")); shippers.a