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