So as I am trying to figure this out, and it has brought up some questions.
lathjer wrote: > > <!-- Action to list users on a "home page" --> > <action name="ListUsers" class="net.dg.oe.user.UserAction" > method="list"> > <result type="tiles">user.list</result> > </action> > That mapping causes the error. When the UserAction.list() method is called it is looking for the input result type. So my question (or realization) is that apparently the validation framework depends on the class and not tied to the action name. Is this correct, or am I off base? Everything I have read and researched seems to tell me that the validation should be tied to the action name and not the action class. I guess I misunderstood. Thanks, lathjer -- View this message in context: http://www.nabble.com/Validation-causing-me-problems-tp20471257p20486313.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]