Re: getting rid of cycle.activate

2006-06-06 Thread Andreas Bulling
On 06. Jun 2006 - 16:03:27, Andreas Andreou wrote: | That won't do, he's in 3.0.3... I thought he has switched to T4 as he said "I've been using..." @Daniel: Sorry, in this case just forget what I've said. ;) - To unsubscribe, e-

Re: getting rid of cycle.activate

2006-06-06 Thread Andreas Andreou
That won't do, he's in 3.0.3... Perhaps you can try the code described here: http://wiki.apache.org/tapestry/EasyBrowserRedirection It will save you a few keystrokes Andreas Bulling wrote: Hi Daniel, you can make your listener methods return the desired IPage directly... Perhaps thats a solut

Re: getting rid of cycle.activate

2006-06-06 Thread Ivano Pagano
What you're suggesting is only available as per Tapestry 4.0+ For tap 3.0.x listeners methods return void Andreas Bulling wrote: Hi Daniel, you can make your listener methods return the desired IPage directly... Perhaps thats a solution to your problem? hth, Andreas On 06. Jun 2006 - 12:13

Re: getting rid of cycle.activate

2006-06-06 Thread Andreas Bulling
Hi Daniel, you can make your listener methods return the desired IPage directly... Perhaps thats a solution to your problem? hth, Andreas On 06. Jun 2006 - 12:13:34, Daniel M Garland wrote: | Hi all, | | I've been using Tapestry 3.03, and I need help getting rid of | cycle.activate, because