RE: Check if field exists in Validator

2007-02-01 Thread Strachan, Paul
ROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 1 February 2007 10:07 PM To: user@struts.apache.org Subject: Check if field exists in Validator Probably simple solution, but I can't find any solutions on Google. I have two forms whom use the same validatorMethod. However, in one form, a

Check if field exists in Validator

2007-02-01 Thread bjorn.de.bakker
Probably simple solution, but I can't find any solutions on Google. I have two forms whom use the same validatorMethod. However, in one form, a field doesn't exist, where it exists in the other form. I want to check if the field exists and use that value in my validation. Does anybody know h