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
When you use validation, the action declaration expects an input option. So, change: user.form user.form UserHome as user.form user.form UserHome input.jsp Good luck. -S

Re: Validation causing me problems

2008-11-13 Thread Dirk Forchel
lathjer wrote: > > 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

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 input result type. So my question (o

RE: Validation causing me problems

2008-11-12 Thread lathjer
Here is the UserAction class public class UserAction extends AbstractCRUDAction implements ServletRequestAware{ private User user = null; private String password2 = null; private HttpServletRequest request = null; private Logger log = Logger.getLogger(User

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
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 Thanks Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates