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 all the validator's params (as min/max), if there be no expression, the param value will be returned.
[1] https://issues.apache.org/jira/browse/WW-2923 [2] https://cwiki.apache.org/confluence/display/WW/int+validator Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
