Re: transposed form loop

2011-05-09 Thread Paul Stanton
The fields are of different types so I need to use different form components ie checkbox, textfield, select ... so transposing in prior to tml would make things more complicated imho. On 4/05/2011 10:49 PM, Chris Poulsen wrote: Hi, Can't you just prepare/transpose your model in java and keep

Re: transposed form loop

2011-05-04 Thread Chris Poulsen
Hi, Can't you just prepare/transpose your model in java and keep the template simple? -- Regards, Chris On Wed, May 4, 2011 at 7:28 AM, Paul Stanton wrote: > Hi all, > > I have a strange requirement and i'm not clear on the recommended tapestry > approach... (T5.1.2) > > It seems similar to

Re: transposed form loop

2011-05-04 Thread LLTYK
ing X many columns. -- View this message in context: http://tapestry-users.832.n2.nabble.com/transposed-form-loop-tp6329719p6330571.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user

transposed form loop

2011-05-03 Thread Paul Stanton
Hi all, I have a strange requirement and i'm not clear on the recommended tapestry approach... (T5.1.2) It seems similar to AjaxFormLoop or Form+Loop except that I need to transpose the table, ie each Column is a record and each Row is an attribute. Is there a way to use AjaxFormLoop in a