Re: Validation causing me problems

2008-11-16 Thread Dave Newton
I think having two results named "input" might be confusing. --- On Sat, 11/15/08, veerapaneni <[EMAIL PROTECTED]> wrote: > When you use validation, the action declaration expects an > input option. > > So, change: > > > user.form > user.form > UserHome > > > > as > >

Re: Validation causing me problems

2008-11-15 Thread veerapaneni
tUsers > > > > method="list"> > user.list > > > > > user.form > user.form > UserHome > > > >

Re: Validation causing me problems

2008-11-13 Thread Dirk Forchel
AbstractCRUDAction and the action method ListUsers is probably defined in your AbstractCRUDAction. Therefore your should define validation rules for this action in a configuration file AbstractCRUDAction-ListUsers-validation.xml. Another useful way is using annotations for validation, but this is ano

Re: Validation causing me problems

2008-11-13 Thread lathjer
ot 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.

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

RE: Validation causing me problems

2008-11-12 Thread Dave Newton
--- On Wed, 11/12/08, Martin Gainty wrote: > can we see the code for net.dg.oe.user.UserAction.java? > specifically which ActionForward (s) are returned from > net.dg.oe.user.UserAction class Hopefully no ActionForwards are returned in an S2 application. > > From: [EMAIL PROTECTED] > > Here is my

RE: Validation causing me problems

2008-11-12 Thread Martin Gainty
800 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Validation causing me problems > > > 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 w

Validation causing me problems

2008-11-12 Thread lathjer
context: http://www.nabble.com/Validation-causing-me-problems-tp20471257p20471257.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]