Re: @ExpressionValidator annotation ognl.NoSuchPropertyException: com.opensymphony.xwork2.validator.validators.ExpressionValidator.methodName

2007-03-23 Thread Piero Sartini
I see this warning as well when using ajax-validation. It seems ognl expects a .methodName method which is not there in the struts validators. There is another thread regarding this problem with the Topic Problem with 2.0.6. The warning is there in 2.0.7 as well. Ted suggested to turn off

@ExpressionValidator annotation ognl.NoSuchPropertyException: com.opensymphony.xwork2.validator.validators.ExpressionValidator.methodName

2007-03-05 Thread Alex Wibowo
Gday... I am using the @ExpressionValidator annotation. So far it is working alright, apart from this exception I was getting: WARNING: Caught OgnlException while setting property 'methodName' on type ' com.opensymphony.xwork2.validator.validators.ExpressionValidator'.