Re: Handling dynamic set of radio buttons

2011-02-17 Thread Dave Newton
Yep :) Check out the type conversion docs; they discuss array and map naming conventions. Dave On Feb 17, 2011 8:58 PM, "Nick Broadhurst" wrote: > Thanks Dave. > > So are you saying have a Map property in the Action and the first radio > button would have Map position 1 as its name? > > Nick >

Re: Handling dynamic set of radio buttons

2011-02-17 Thread Nick Broadhurst
Thanks Dave. So are you saying have a Map property in the Action and the first radio button would have Map position 1 as its name? Nick On Thu, Feb 17, 2011 at 2:40 PM, Dave Newton wrote: > Use a map or array rather than actual field names that include the index as > part of the field names. >

Re: Handling dynamic set of radio buttons

2011-02-17 Thread Dave Newton
Use a map or array rather than actual field names that include the index as part of the field names. dave On Feb 17, 2011 12:04 PM, "Nick Broadhurst" wrote: > Hi Folks, > > I have a set of radio buttons and text fields that display based on user > selections from prior page. This code: > > > >

Handling dynamic set of radio buttons

2011-02-17 Thread Nick Broadhurst
Hi Folks, I have a set of radio buttons and text fields that display based on user selections from prior page. This code: displays it fine and names the radio/text inputs, but is there any other way to accept this info in my submit action than hard coding the field