Bugs item #616851, was opened at 2002-09-30 22:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=616851&group_id=4754
Category: Tapestry Group: bug >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Richard Lewis-Shell (rlewisshell) Assigned to: Howard Lewis Ship (hship) Summary: Can't redirect to a library page Initial Comment: AbstractEngine.findOverridablePage(IRequestCycle, String) does not support finding a library page - it will only find an application page, or a framework page. ---------------------------------------------------------------------- Comment By: Howard Lewis Ship (hship) Date: 2002-10-02 06:40 Message: Logged In: YES user_id=26816 Got rid of findOverriablePage() and replace it with cycle.getPage() ... seems to work like a charm. Don't know what I was thinking, earlier. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=616851&group_id=4754 ------------------------------------------------------- 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
