Hi,

I am trying to migrate our app to 2.2beta2/3.  We are throwing a
PageRedirectException in validate() to redirect to a page that now lives in
a library (along with the rest of the security system for the app). i.e.
throw new PageRedirectException("mylib:MyLoginPage")

But AbstractEngine.findOverridablePage(IRequestCycle, String) does not
appear to support finding a library page - it seems it will only find an
application page, or a framework page.  From reading the javadocs, and
comments in the code, this appears to be deliberate.  Is there some trick to
redirecting to a library page, or should this be a
bug-report/feature-request?

Richard




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Tapestry-developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/tapestry-developer

Reply via email to