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
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
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
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