Hi,

I have a page class(mypage) with two methods:

#1. Object onActivate(String code) 

#2. Object onActivate(String code, String entry) 


so I can pass localhost:8080/mypage/0001/#entry, this matches method #1, I'd
like that method #2 will redirect it to method #1 using code and entry, so :

/mypage/0001/entry will redirect to
/mypage/0001/#entry

 possible?

Thanks,

Angelo



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/redirecting-in-the-same-page-class-tp5715525.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to