Re: problem with t:formdata

2009-01-09 Thread Ville Virtanen
Also you can use the encoder to override the default serialize problem: you can, for an example use primary key encoder and only the integers are encoded to form data. private DefaultPrimaryKeyEncoder encoder; public PrimaryKeyEncoder getEncoder() { if(encoder == null){

Re: problem with t:formdata

2009-01-08 Thread jgn
Thank you, It works :). I think that I won't have any problem because I do not have fields on the loop, just LinkSubmit components, thank you. Fernando Padilla wrote: > > by default t:loop serializes the source list into t:formdata, so that in > can have predictable form processing. But if yo

Re: problem with t:formdata

2009-01-08 Thread Fernando Padilla
by default t:loop serializes the source list into t:formdata, so that in can have predictable form processing. But if you can reconstitute the source list used by the loop, and understand that the form might behave erratic in some edge cases ( if the list changes between form render and form h