Re: T5: Pages can't have getErrorMessage() method

2009-01-13 Thread Jonathan O'Connor
Woops, I didn't look very far :-( I had an attribute _errorMessage defined as a @Property. The documentation for the @Property annotation states it throws an exception if the getter or setter is already defined. Still it was very interesting seeing all the methods added by Tap to the page c

T5: Pages can't have getErrorMessage() method

2009-01-13 Thread Jonathan O'Connor
Hi, I have a page class that had a String getErrorMessage() method. Sadly, this is not allowed by Tap5, and I get a lovely exception page telling exactly what is going on. Is this documented anywhere? I did a google for Tap5 and getErrorMessage, but didn't see anything relevant. My work aroun