MinimumValidator shows password in error message

2013-01-28 Thread René Hartwig
Hi, I recognized that the MinimumValidator shows the given password in its error message. Is that intentional? Best regards, René Hartwig -- René Hartwig Senior Developer Befine Solutions

Re: MinimumValidator shows password in error message

2013-01-28 Thread Martin Grigorov
Hi, You don't mention which version you use. This is improved in Wicket 6. RangeValidator.minimum=The value of '${label}' must be at least ${minimum}. RangeValidator.maximum=The value of '${label}' must be at most ${maximum}. #deprecated, use RangeValidator.minimum MinimumValidator=The value of

Re: MinimumValidator shows password in error message

2013-01-28 Thread Ernesto Reinaldo Barreiro
Martin, I see Application_es.properties does not contain Spanish translation new messages on Application.properties... Shall I will fix that and attach patch to a new issue? Cheers, Ernesto On Mon, Jan 28, 2013 at 9:39 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, You don't mention

Re: MinimumValidator shows password in error message

2013-01-28 Thread Martin Grigorov
Hi Ernesto, Any improvements are always welcome! :-) On Mon, Jan 28, 2013 at 10:50 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Martin, I see Application_es.properties does not contain Spanish translation new messages on Application.properties... Shall I will fix that and

Re: MinimumValidator shows password in error message

2013-01-28 Thread René Hartwig
Hi, yes - it was in wicket 1.5 - as I am now using a custom validator and wicket 6 its no problem. Just wanted to make sure you are aware of this. Thanks and regards, René Hartwig René Hartwig

Re: MinimumValidator shows password in error message

2013-01-28 Thread Martin Grigorov
On Mon, Jan 28, 2013 at 11:05 AM, René Hartwig rene.hart...@befine-solutions.com wrote: Hi, yes - it was in wicket 1.5 - as I am now using a custom validator and wicket 6 its no problem. Just wanted to make sure you are aware of this. Yes, we are aware. There is an entry about this