RE: Validation not validating

2007-10-11 Thread Mitch Claborn
- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 1:48 PM To: Struts Users Mailing List Subject: RE: Validation not validating --- Mitch Claborn <[EMAIL PROTECTED]> wrote: > Oops. > > Question-validation.xml > public class ActionQuestion extends A

RE: Validation not validating

2007-10-11 Thread Dave Newton
--- Mitch Claborn <[EMAIL PROTECTED]> wrote: > Oops. > > Question-validation.xml > public class ActionQuestion extends ActionSupport { If you're gunning for validation based on the action class name then this should be ActionQuestion-validation.xml. d. -

RE: Validation not validating

2007-10-11 Thread Mitch Claborn
p.put("x4", "Answer x4"); l_map.put("x5", "Answer x5"); setMap(l_map); System.out.println(this.getClass().getName() + ".execute() end"); return SUCCESS; } There is no validate() in my action.

Re: Validation not validating

2007-10-11 Thread Dave Newton
--- Mitch Claborn <[EMAIL PROTECTED]> wrote: > Seems like the validation is not firing. > What am I missing? Without any validation files and / or action files it's kind of hard to say. If you post your validation file (the tutorial uses an XML config) that might be enough; posting your Action fi