2013/9/20 Alireza Fattahi <afatt...@yahoo.com>: > Let me ask this way. > In below validation > @IntRangeFieldValidator(type =ValidatorType.FIELD,min ="10" > > is there any way we can read '10' from external resource files !
Directly not, but there is built-in support for expression, so you can use minExpression="${minFieldValue}" which will be evaluated against your action. Or you can use xml based validation and then '10' will be in a file ;-) Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org