use getRequestCycle() from within your method. Richard
-----Original Message----- From: Scott F. Walter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 3:58 PM To: Tapestry users Subject: Tapestry 4 DirectLinks I am attempting to use a DirectLink using the new listener style. I want my listener to accept a String parameter then send the userr to a different page. So I will have the following in my html: <a href="#" jwcid="@DirectLink" listener="listener:doName" parameters="ognl:'scott'">Name</a> my page class will then have a method: public void doName(String name) { } My question is how do I send the user to another page. In the Tapestry 3 way, I would have to pull the parameters out of the getServiceParamwter() array then activate the new page. However in my doName() metod I have no Cycle instancec. Is there a way to get a cycle instance? scott. -- Scott F. Walter Scott F. Walter Principal Consultant Vivare, Inc. E: [EMAIL PROTECTED] E: [EMAIL PROTECTED] Visit scottwalter.com <http://scottwalter.com> --Point. Click. Explore! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
