Re: Validator and parse param

2012-10-17 Thread Lukasz Lenart
2012/10/11 Lukasz Lenart : > I'm working on [1] and I've noticed that the ValidatorSupport class > already contains undocumented method conditionalParse(String). I've > used it to parse min/max values in Int validator [2] but it must be > enabled by specifying parse param. I'm wondering if we need

Validator and parse param

2012-10-11 Thread Lukasz Lenart
Hi all! I'm working on [1] and I've noticed that the ValidatorSupport class already contains undocumented method conditionalParse(String). I've used it to parse min/max values in Int validator [2] but it must be enabled by specifying parse param. I'm wondering if we need that, why not simple parse