Re: [Wicket-user] Re: Validation messages

2005-11-09 Thread Juergen Donnerstag
and there are about 5 more source to be modified. Juergen On 11/9/05, Juergen Donnerstag <[EMAIL PROTECTED]> wrote: > I think you are right. I didn't know it is used in AbstractChoice as > well (and there seems to be no test for it either). > > Juergen > > On 11/9/05, [EMAIL PROTECTED] <[EMAIL PR

Re: [Wicket-user] Re: Validation messages

2005-11-09 Thread Juergen Donnerstag
I think you are right. I didn't know it is used in AbstractChoice as well (and there seems to be no test for it either). Juergen On 11/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sorry, you were right. > > YES, overriding of validation messages now works as expected. > > BUT overring of

[Wicket-user] Re: Validation messages

2005-11-09 Thread sven
Sorry, you were right. YES, overriding of validation messages now works as expected. BUT overring of other messages doesn't work any longer. Example: APage -> XPanel "x" -> DropDownChoice "y" Now the string resource for a displayValue "0" will be searched in the following order: APage.properties