Re: Tap 4.1.2 PageNotFoundException not caught

2007-06-29 Thread Shing Hing Man
I have created a jira for it. https://issues.apache.org/jira/browse/TAPESTRY-1616 Shing --- Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Damn those commons-pool developers for making me > catch their checked > exception...And not even a specific type at > that...Oh no...just > java.lang.Excep

Re: Tap 4.1.2 PageNotFoundException not caught

2007-06-28 Thread Jesse Kuhnert
Damn those commons-pool developers for making me catch their checked exception...And not even a specific type at that...Oh no...just java.lang.Exception. fuc%4%-ers... I should probably try some strategy to re-throw the original exception if it's within the org.apache.tapestry package. If s

Tap 4.1.2 PageNotFoundException not caught

2007-06-28 Thread Shing Hing Man
After updating to the latest Tap 4.1.2, a PageNotFoundException is no longer caught in the following piece of code in my border component. public boolean isShowHelpLink() { boolean show = true; IPage currentPage = getPage(); String helpPageName = c