Re: form requires dynamic radio button list

2015-02-05 Thread Thiago H de Paula Figueiredo
On Thu, 05 Feb 2015 03:40:18 -0200, John Coleman wrote: Hi, Hi! But this does not work!? What do you mean by "does not work"? This is too vague for us to provide any useful answer. In addition, the Java code related to the template snippet is also needed to know what's happening.

Re: form requires dynamic radio button list

2015-02-05 Thread Chris Poulsen
It seems like you are using the locality property for everything (selected value and loop variable) maybe that is the source of your problem? On Thu, Feb 5, 2015 at 6:40 AM, John Coleman wrote: > Hi, > > The examples of using the tapestry radio button are all static. I need the > radio buttons t

form requires dynamic radio button list

2015-02-04 Thread John Coleman
Hi, The examples of using the tapestry radio button are all static. I need the radio buttons to build from a dynamic list (in this case of locations) presumably using a loop, something like this: