Yes, slightly more elegant than my 2 offerings! Thanks Igor .
And as you say, the answer was in the Javadoc [1] all the time - I
just didn't look because I didn't think it would be for something like
this.
So the moral of the story is ... the Wicket Javadoc is quite good,
constantly improving and always worth a quick read if you think your
solution to a apparently common problem is too convoluted. Wicket
usually makes everyday stuff as easy as possible!

Regards - Cemal
jWeekend
Training, Consulting, Development
http://jWeekend.com

[1]
 * "ConversionError" have a more specific variant of "key.classname"
where classname is the type
 * that we failed to convert to. Classname is not full qualified, so
only the actual name of the


On 18 September 2010 01:19, Igor Vaynberg <[email protected]> wrote:
> IConverter.BigDecimal=....
>
> -igor
>
> On Fri, Sep 17, 2010 at 3:03 PM, Cemal Bayramoglu
> <[email protected]> wrote:
>> See
>> IConverter='${input}' is not a valid ${type}.
>> in Application.properties in the Wicket jar (in /org/apache/wicket).
>> Make a similar properties file for your own application, and in the
>> same package as your application class with your own IConverter
>> property.
>>
>> Regards - Cemal
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>>
>> On 17 September 2010 22:21, fachhoch <[email protected]> wrote:
>>>
>>> input text   of   type bigdecimal  validates user entered value to check if
>>> it is bigdecimal and it gives error message 'xxx' is not a valid
>>> bigddecimal, can I customize this message
>>>
>>> --
>>> View this message in context: 
>>> http://apache-wicket.1842946.n4.nabble.com/bigdecimal-validation-tp2544469p2544469.html
>>> Sent from the Users forum mailing list archive at Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to