On Thu, 19 Jan 2012 18:36:30 -0200, Jonathan Youngman <jyoung...@eviews-engr.com> wrote:

I had tried previously code similar to what you suggested for onActivate(),
but it throws this exception:
Caused by: java.lang.IllegalStateException: Class
com.eviewsss.newapp.pages.User has been transformed and may not be directly instantiated.

Never, never ever put anything that isn't a page, component or mixin in the pages, components, mixins or base packages. Move the User class to one package which isn't one of them and it will work.

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

Reply via email to