Re: @OnEvent annotated methods not firing

2009-08-14 Thread ApocB
Register.java: package com.packtpub.celebrity.collector.pages; import org.apache.tapestry5.EventConstants; import org.apache.tapestry5.SelectModel; import org.apache.tapestry5.annotations.OnEvent; import org.apache.tapestry5.annotations.Persist; import org.apache.tapestry5.ioc.Messages; import or

Re: @OnEvent annotated methods not firing

2009-08-10 Thread Sebastian Hennebrueder
ApocB schrieb: Thiago, I just tried this, and it's still not working... It should work... I can't seem to find what i'm missing... You may create a minimal sample application and post the code or at least post the complete code of the page including template. -- Best Regards / Viele Grüße

Re: @OnEvent annotated methods not firing

2009-08-10 Thread ApocB
Thiago, I just tried this, and it's still not working... It should work... I can't seem to find what i'm missing... -- View this message in context: http://www.nabble.com/%40OnEvent-annotated-methods-not-firing-tp24903936p24909456.html Sent from the Tapestry - User mailing list archive at Nabb

Re: @OnEvent annotated methods not firing

2009-08-10 Thread Thiago H. de Paula Figueiredo
Em Mon, 10 Aug 2009 14:28:09 -0300, ApocB escreveu: Hello All, Hi! I'm encountering a problem that's driving me crazy... I'm running through the samples provided in the Tapestry 5 book published by Packt... That book was written against an old version of Tapestry 5, so be warned that