On Tue, 01 Oct 2013 12:00:08 -0300, Adrien Berthet <berthe...@gmail.com> wrote:

org.apache.tapestry5.ioc.internal.OperationException: Failure writing
parameter 'value' of component TestList:textToCheck: Property 'currentText'
(within property expression 'currentText.ticked',
of net.adrien.test.TestList@41b7c08e) is null.

Here's your problem: currentText is null. In which line does this happen in the template? In the code?

Anyway, aren't you trying to reimplement the Checklist component? See http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/corelib/components/Checklist.html for documentation and http://jumpstart.doublenegative.com.au/jumpstart/examples/component/coreinputcomponents for an example.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to