Re: Looping the textfield component with dynamic entity properties

2013-09-17 Thread Lance Java
Not sure exactly what you're doing but you might find the map: binding prefix useful from tapestry-stitch http://tapestry-stitch.uklance.cloudbees.net/mapbindingdemo

Re: Looping the textfield component with dynamic entity properties

2013-09-17 Thread Thiago H de Paula Figueiredo
On Tue, 17 Sep 2013 16:19:11 -0300, George Christman wrote: Hi Thiago, Hi! I just realized I forgot to put the exception. :P It was failing with the following exception on submit. The values loaded without issue on page render. An exception has occurred processing this request. Cou

Re: Looping the textfield component with dynamic entity properties

2013-09-17 Thread George Christman
Hi Thiago, I just realized I forgot to put the exception. It was failing with the following exception on submit. The values loaded without issue on page render. An exception has occurred processing this request. Could not find a coercion from type java.lang.String to type org.healthresearch.etss.p

Re: Looping the textfield component with dynamic entity properties

2013-09-17 Thread Thiago H de Paula Figueiredo
On Tue, 17 Sep 2013 16:04:22 -0300, George Christman wrote: Hello, Hi! I'm able to get the page to load, but when I save it fails. Define "it fails". It's too vague. If possible, I would rather not specify the datatype as a bigdecimal to keep it completely dynamic. In Tapestry, usu