You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by SudeepShakya <sh...@live.com> on 2012/04/02 12:12:17 UTC

NumberValidator.MinimumValidator

I am reading Enjoying Web Programming with wicket(1st edition). And I found
out that there is no such thing in wicket 1.5.x. So how to implement these
type of function in wicket 1.5.x ?

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/NumberValidator-MinimumValidator-tp4525647p4525647.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: NumberValidator.MinimumValidator

Posted by Luca Provenzani <eu...@gmail.com>.
Hi,
try:

Class MinimumValidator<Z extends java.lang.Comparable<Z> & 
java.io.Serializable>

Bye
Luca

Il 02/04/2012 12:12, SudeepShakya ha scritto:
> I am reading Enjoying Web Programming with wicket(1st edition). And I found
> out that there is no such thing in wicket 1.5.x. So how to implement these
> type of function in wicket 1.5.x ?
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/NumberValidator-MinimumValidator-tp4525647p4525647.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
>
>

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


Re: NumberValidator.MinimumValidator

Posted by SudeepShakya <sh...@live.com>.
Thanx !!

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/NumberValidator-MinimumValidator-tp4525647p4525707.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: NumberValidator.MinimumValidator

Posted by James Carman <ja...@carmanconsulting.com>.
http://wicket.apache.org/apidocs/1.5/org/apache/wicket/validation/validator/MinimumValidator.html

On Mon, Apr 2, 2012 at 6:12 AM, SudeepShakya <sh...@live.com> wrote:
> I am reading Enjoying Web Programming with wicket(1st edition). And I found
> out that there is no such thing in wicket 1.5.x. So how to implement these
> type of function in wicket 1.5.x ?
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/NumberValidator-MinimumValidator-tp4525647p4525647.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
>

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