RE: How Validation framework's getVarValue method works?

2006-05-25 Thread Yildiz Terkesli
arValue("explainUrgency"); > String whatever = > ValidatorUtils.getValueAsString(bean, > explainUrgency); > > Harsh. > > -Original Message- > From: Yildiz Terkesli [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 25, 2006 2:04 PM > To: user@struts.apache.org > Subject:

How Validation framework�s getVarValue method works?

2006-05-25 Thread Yildiz Terkesli
Hi, I am using Apache Struts and Validator framework for my current project. I have encountered this problem when I tried to create my own validation rule: I want to validate a field against another field. For this purpose I have created my own validation method, created new XML file instead of ch