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
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
---
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
3 matches
Mail list logo