Custom error messages for fields inside Fragments

2010-01-21 Thread Tony Wu
I have a PatternValidator and cannot figure out what is the correct path to target a custom error message (page.properties) to a field inside a fragment. Here's the markup: http://pastebin.com/m4c4744e3 I tried targeting:

Custom Error Messages

2007-08-22 Thread Blazeix
Hi, I'm using wicket 1.2.6 and Java 1.5, and I would like to put custom error messages in my application. I used the following lines in my application's init() method this.getApplicationSettings().setInternalErrorPage(ErrorPage.class); this.getApplicationSettings

Re: Custom Error Messages

2007-08-22 Thread Ayodeji Aladejebi
In development mode, you will get your error messages, but your custom error pages are loaded in Production mode. so switch to production mode On 8/22/07, Blazeix [EMAIL PROTECTED] wrote: Hi, I'm using wicket 1.2.6 and Java 1.5, and I would like to put custom error messages in my application