Re: Wicket 6 migration (AbstractValidator has been removed)

2013-06-11 Thread Andrea Del Bene
I've updated my guide removing AbstractValidator and reimplementing a 
custom validator without this deprecated class. See paragraph 10.2.5


http://code.google.com/p/wicket-guide/

Same here.
What should you do? Implement an IValidor?

Regards



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-migration-AbstractValidator-has-been-removed-tp4657184p4659386.html
Sent from the Users forum mailing list archive at Nabble.com.

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




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



Re: Wicket 6 migration (AbstractValidator has been removed)

2013-06-11 Thread Martin Grigorov
Hi,


On Tue, Jun 11, 2013 at 5:11 PM, hfriederichs  wrote:

> Same here.
> What should you do? Implement an IValidor?
>

AbstractValidator is still in Wicket 6.x but it is deprecated and removed
in Wicket 7.x

Another inconvenience that I recently found is that
AbstractValidator#resourceKey() method generated a key automatically for
you by using the validator's class simple name.
That was a convention until now.
In Wicket 7 this is no more the case :-/


>
> Regards
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Wicket-6-migration-AbstractValidator-has-been-removed-tp4657184p4659386.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: Wicket 6 migration (AbstractValidator has been removed)

2013-06-11 Thread hfriederichs
Same here.
What should you do? Implement an IValidor?

Regards 



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-migration-AbstractValidator-has-been-removed-tp4657184p4659386.html
Sent from the Users forum mailing list archive at Nabble.com.

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



Wicket 6 migration (AbstractValidator has been removed)

2013-03-12 Thread Ramin
Hi 

I have three overriden methods from this class that I cannot find a
replacement for. These methods are:

onValidate(IValidatable validatable)
variablesMap(IValidatable validatable)
resourceKey()

All the guide points out to is that AbstractValidator has been removed.

Many thanks
Ramin



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-migration-AbstractValidator-has-been-removed-tp4657184.html
Sent from the Users forum mailing list archive at Nabble.com.

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