Re: How to call a method of a tapestry page when the page is called using anchor tag

2008-10-17 Thread Edouard sur edouardmercier.fr
Hi Sonu. I'm far from being a Tapestry expert, but what you are asking is feasible by: 1. injecting the Register page into the Login page (user "@Inject private Register register" in the Login.java), 2. adding an action link "Register" in the Login.tml, 3. add the "Object onActionFromRegister() {

How to call a method of a tapestry page when the page is called using anchor tag

2008-10-16 Thread Sonu bhavsar
want direct call to the initialize method. Is this possible in Tapestry if yes then please let me know. -- View this message in context: http://www.nabble.com/How-to-call-a-method-of-a-tapestry-page-when-the-page-is-called-using-anchor-tag-tp20014843p20014843.html Sent from the Tapestry - User