Re: html:radio headaches

2006-02-02 Thread Michael Jouravlev
On 2/1/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: > I am having issues working with the html:radio tag. > > First off: I have simple bean which extends ActionForm. In my > business logic I create DTO objects and stuff them into the actionform > into a arrayList through a setter. The DTO has a get

Re: html:radio headaches

2006-02-02 Thread Laurie Harper
Jim Reynolds wrote: I am having issues working with the html:radio tag. First off: I have simple bean which extends ActionForm. In my business logic I create DTO objects and stuff them into the actionform into a arrayList through a setter. The DTO has a getName method in it. In my view, I am i

html:radio headaches

2006-02-01 Thread Jim Reynolds
I am having issues working with the html:radio tag. First off: I have simple bean which extends ActionForm. In my business logic I create DTO objects and stuff them into the actionform into a arrayList through a setter. The DTO has a getName method in it. In my view, I am iterating over like so,