Problems calling an Action using link

2007-11-12 Thread Stefan Meisner Larsen
Hi all I would really appreciate a little help here... ;-) I am trying to call an Action using a link: http://localhost:8080/bjo/user/list.action The Action is defined as: /user/create.jsp /user/create_init.jsp /user/list.js

Re: Problems calling an Action using link

2007-11-12 Thread Dave Newton
Is there any validation being run on the UserAction class? d. --- Stefan Meisner Larsen <[EMAIL PROTECTED]> wrote: > Hi all > > I would really appreciate a little help here... ;-) > > I am trying to call an Action using a link: > http://localhost:8080/bjo/user/list.action > The Action is defin

Re: Problems calling an Action using link

2007-11-12 Thread Dave Newton
Is there any validation being run on the UserAction class? d. --- Stefan Meisner Larsen <[EMAIL PROTECTED]> wrote: > Hi all > > I would really appreciate a little help here... ;-) > > I am trying to call an Action using a link: > http://localhost:8080/bjo/user/list.action > The Action is defin

Re: Problems calling an Action using link

2007-11-12 Thread Stefan Meisner Larsen
Hi Dave Thanks a lot - it was the validation that caused me problems.. :-) /Stefan 2007/11/12, Dave Newton <[EMAIL PROTECTED]>: > > Is there any validation being run on the UserAction > class? > > d. > > --- Stefan Meisner Larsen <[EMAIL PROTECTED]> > wrote: > > > Hi all > > > > I would really a

RE: Problems calling an Action using link

2007-11-12 Thread Rajagopal_Yendluri
ling List Cc: Dave Newton Subject: Re: Problems calling an Action using link Hi Dave Thanks a lot - it was the validation that caused me problems.. :-) /Stefan 2007/11/12, Dave Newton <[EMAIL PROTECTED]>: > > Is there any validation being run on the UserAction > class? > >

RE: Problems calling an Action using link

2007-11-12 Thread Dave Newton
age- > From: Stefan Meisner Larsen > [mailto:[EMAIL PROTECTED] > Sent: Monday, November 12, 2007 5:53 PM > To: Struts Users Mailing List > Cc: Dave Newton > Subject: Re: Problems calling an Action using link > > Hi Dave > > Thanks a lot - it was the validation that