On Fri, 04 May 2012 12:48:43 -0300, Az Madu <azm...@gmail.com> wrote:
java.lang.reflect.InvocationTargetExceptiontargetExceptionorg.apache.tapestry5.ioc.internal.OperationException:
Unable to create new accessor method public int getPosition() on class
com.sony.otg.c3demoapp.pages.DoStuff as the method is already
implemented.
I read somewhere that Tapestry will create get/set methods that are not
present but since I have provided them why do I get this error?
It looks like you marked the field position with @Property. If you're
going to write the getter and/or setter yourself for a given field, don't
use @Property on it.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org