Form validation error in Wicket 1.3

2007-08-27 Thread dzenanr
The last major thing for my application to run on Wicket 1.3 are form validation errors. They do not appear on the page where the form is. In Wicket 1.2 I used the following code to report the error in the form: protected void addErrorByKey(String key) { String validationError =

Migration to Wicket 1.3

2007-08-28 Thread dzenanr
I have almost done the migration of my web applications to Wicket 1.3. I have read on the Wiki all about the migration and I have consulted the Javadoc. The only thing that I am not sure how to do is a display of form validation errors using FeedbackPanel. In Wicket 1.2, the validation errors

Re: Migration to Wicket 1.3

2007-08-28 Thread dzenanr
IValidator.validate(IValidatable validatable); as IValidationError you can use the convenience class ValidationError. e.g. ValidationError error = new ValidationError(); error.addMessageKey(validationKey); validatable.error(error); -Matej On 8/28/07, dzenanr [EMAIL PROTECTED] wrote: I have almost done

Re: Form validation error in Wicket 1.3

2007-09-12 Thread dzenanr
By moving to 1.3b3 the problem disappeared: https://issues.apache.org/jira/browse/WICKET-774 Eelco Hillenius wrote: On 8/27/07, dzenanr [EMAIL PROTECTED] wrote: The last major thing for my application to run on Wicket 1.3 are form validation errors. They do not appear on the page where

How to set the current application to a new thread?

2007-12-17 Thread dzenanr
I have been trying to develop a slideshow with a new thread that will show a new page every 15 seconds. I get the following message: 22:12:29.188 EVENT Started SocketListener on 0.0.0.0:8081 22:12:29.188 EVENT Started [EMAIL PROTECTED] 22:12:38.427 EVENT Started HttpContext[/] Exception in