Hi all,

How can/should modification of (textual) user input be implemented, so that
it runs before validation?
(e.g. prepend a URL with "http://"; if the user did not do so)

My thoughts were:

IConverter - but other threads on the list point out that it is only to be
used for type conversion, not for String->String conversion.

IModel - but setObject is called after validation.

IValidator - but IValidatable has not setValue, thus modification is not
possible here.

Thanks for any hints and regards
-- 
View this message in context: 
http://www.nabble.com/Modify-textfield-input-before-validation-tp20952903p20952903.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to