Re: [T5.3] Form of checkboxes from a list

2013-10-03 Thread Adrien Berthet
Adrien 2013/10/2 Thiago H de Paula Figueiredo > On Wed, 02 Oct 2013 04:32:36 -0300, Adrien Berthet > wrote: > > Oh sorry I didn't think of this page ! So there is three distinct >> exceptions, all with the same message: >> >> Failure writing para

Re: [T5.3] Form of checkboxes from a list

2013-10-02 Thread Adrien Berthet
2013/10/1 Thiago H de Paula Figueiredo > > I was talking about the Tapestry error page. It will show you exactly > where it happened. Oh sorry I didn't think of this page ! So there is three distinct exceptions, all with the same message: Failure writing parameter 'value' of component TestLis

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Adrien Berthet
2013/10/1 Thiago H de Paula Figueiredo > On Tue, 01 Oct 2013 12:00:08 -0300, Adrien Berthet > wrote: > > org.apache.tapestry5.ioc.**internal.OperationException: Failure writing >> parameter 'value' of component TestList:textToCheck: Property >> 'curr

[T5.3] Form of checkboxes from a list

2013-10-01 Thread Adrien Berthet
Hi, I'm currently trying to create a form using a loop, and I encountered some problems on the submit of my form. So here's my procedure: - if the List is null, creation of a List (in onActivate()) of CheckText (a wrapper containing three fields: id, text and ticked). - in the .tml, the loop in t