On Wed, 28 Apr 2010 09:15:55 -0300, "Thiago H. de Paula Figueiredo"
wrote:
> On Wed, 28 Apr 2010 06:20:06 -0300, Nicolas Bouillon
> wrote:
>
>> Hi,
>
> Hi!
>
>> public class AppModule{
>> [...]
>> /**
>> * Contributes the set of validators:
>> */
>> public static void c
On Wed, 28 Apr 2010 06:20:06 -0300, Nicolas Bouillon
wrote:
Hi,
Hi!
public class AppModule{
[...]
/**
* Contributes the set of validators:
*/
public static void contributeFieldValidatorSource(
MappedConfiguration configuration) {
configuration.add
Hi,
I'm trying to override the Required Validator for input field, in order to
add a css class to each required input element.
I don't know well tapestry ioc, and my attempt failed :
public class AppModule{
[...]
/**
* Contributes the set of validators:
*/
public static vo