Re: ListView Validation

2009-08-17 Thread Major Péter
Yes, with the setReuseItems(true) you just enabled that, the list won't forget the contents on validation fail. If you would like to use custom validation messages, check out the Application.properties file in wicket.jar, there you can see the original messages, and also the format of message

Re: ListView Validation

2009-08-17 Thread jpalmer1026
idation message isn't getting displayed. Is there >> something special that needs to be done to display validation messages >> for list view items? >> >> > > -- View this message in context: http://www.nabble.com/ListView-V

Re: ListView Validation

2009-08-17 Thread jWeekend
x27;t getting displayed. Is there > something special that needs to be done to display validation messages for > list view items? > > -- View this message in context: http://www.nabble.com/ListView-Validation-tp25007136p25007438.html Sent from the Wicket - User

ListView Validation

2009-08-17 Thread jpalmer1026
I'm trying to display a validation message for an item contained in a list view but the validation message isn't getting displayed. Is there something special that needs to be done to display validation messages for list view items?