2013/10/1 Thiago H de Paula Figueiredo <[email protected]> > > 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 TestList:textToCheck: Property 'currentText' (within property expression 'currentText.ticked', of net.adrien.test.TestList@27084440) is null. 1 - org.apache.tapestry5.ioc.internal.OperationException: happens at the beginning on the form, <t:form id="form"> 2 - org.apache.tapestry5.runtime.ComponentEventException: same location 3 - org.apache.tapestry5.ioc.internal.util.TapestryException: happens at the checkbox line, <t:checkbox t:id="textToCheck" t:value="currentText.ticked" label="prop:currentText.text" /> You can use any type with it, not just enums, and Checklist does deal with > variable list sizes. Thank for the information, then I will give it a try and if I fail, I'll be back ;) Thank for all, Thiago !
