You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by neo <sk...@centrum.cz> on 2012/03/18 23:04:02 UTC

converter

Hello I am new in wicket , i have number in textfield  in format -xxxxx(five
digits) but if i input number like 22 , 222 it can by convert with padding
zero like 00022,00222 how can do it?thank you very much

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/converter-tp4483142p4483142.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: converter

Posted by Martin Grigorov <mg...@apache.org>.
Hi,

Take a look at the sources of
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/mootools-meiomask-parent/mootools-meiomask
This project integrates input mask implementation (MeioMask) with
Wicket. Use it as inspiration.

On Mon, Mar 19, 2012 at 12:04 AM, neo <sk...@centrum.cz> wrote:
> Hello I am new in wicket , i have number in textfield  in format -xxxxx(five
> digits) but if i input number like 22 , 222 it can by convert with padding
> zero like 00022,00222 how can do it?thank you very much
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/converter-tp4483142p4483142.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org