Re: Validation causing me problems

2008-11-13 Thread lathjer
So as I am trying to figure this out, and it has brought up some questions. lathjer wrote: > > > method="list"> > user.list > > That mapping causes the error. When the UserAction.list() method is called it is looking for the inp

RE: Validation causing me problems

2008-11-12 Thread lathjer
display. I am calling that in the jsp with this tag . As you can see the UserAction class also add/edit or deletes users from a form on a different tile. Thanks, lathjer - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Validation causing me problems

2008-11-12 Thread lathjer
I am new to Struts 2 and I can say that I am enjoying it but I am having a hurdle I can't seem to figure out. I am working on getting validation done within my application and when I try and use the validation frame work I keep getting this error whenever I try and hit any page in my "/user" name