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 around is to rename my method of course, but is this behavior correct?

1. If this is correct, then how do I set the error message that comes back from getErrorMessage?
2. Can I only invoke it from my tml file? e.g. ${errorMessage}
3. Is there a list of other methods that should not be specified in a page class, as they are added by the Tapestry class loader?

thanks,
Jonathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to