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
ps 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 it is messing up my URL structure. | | When I want to direct a user to a pa

Re: getting rid of cycle.activate

2006-06-06 Thread Ivano Pagano
- 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 it is messing up my URL structure. | | When I want to direct a user to a page, I might use cycle.activate, for | instance when i've completed a log

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

getting rid of cycle.activate

2006-06-06 Thread Daniel M Garland
Hi all, I've been using Tapestry 3.03, and I need help getting rid of cycle.activate, because it is messing up my URL structure. When I want to direct a user to a page, I might use cycle.activate, for instance when i've completed a login procedure or inside a direct link.