RE: Struts2 with Annotation and problem (always returning the default action)

2009-01-06 Thread vish212
nvoyé : jeudi 16 octobre 2008 17:43 > À : 'user-...@struts.apache.org'; user@struts.apache.org > Objet : Struts2 with Annotation and problem (always returning the > default action) > > > > Hi all, > > > > Sorry, I don't know wh

RE: Struts2 with Annotation and problem (always returning the default action)

2008-10-20 Thread Romain Maton
Hi all, No more news about that ? I read all docs and faqs and I can not find anything... De : Romain Maton Envoyé : jeudi 16 octobre 2008 17:43 À : '[EMAIL PROTECTED]'; user@struts.apache.org Objet : Struts2 with Annotation and problem (always

Struts2 with Annotation and problem (always returning the default action)

2008-10-16 Thread Romain Maton
Hi all, Sorry, I don't know which mailing list to contact so... I will try to explain as I can my problem : * I use Struts 2, my actions are defined with Annotations. * I have a struts.xml very simple, only defining a default page, here it is : http://struts.apache.org

RE: Can't obtain object in POJO using AJAX and problem with validation

2008-08-02 Thread Francisco Exposito Aguilera
: user@struts.apache.org > Subject: Re: Can't obtain object in POJO using AJAX and problem with > validation > > Hi Francisco, > > Issue number 2 takes precedence over Issue number 1 as if there's no > user info available, then validation fails, errors appear

Re: Can't obtain object in POJO using AJAX and problem with validation

2008-08-02 Thread Jeromy Evans
Hi Francisco, Issue number 2 takes precedence over Issue number 1 as if there's no user info available, then validation fails, errors appear on every field and the fields are empty. Which implies the properties are not being set on your action (you can verify that). Which implies Dojo is no

Can't obtain object in POJO using AJAX and problem with validation

2008-08-02 Thread Francisco Exposito Aguilera
Hi, I define in my menu.jsp page two . On the left the menu which always appears. On the right, the part which is updated after every action. Then I have another jsp with a form, the xml validation file and the POJO. The action definition is: /src/jsp/crear/usuarioCrear.jsp

Re: and Problem

2004-10-14 Thread Hubert Rabago
Try "enctype": http://struts.apache.org/userGuide/struts-html.html#form On Thu, 14 Oct 2004 13:22:24 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]> wrote: > I have a form with a drop-down menu in it. The > drop-down menu is created using the tag. > > Everything displays well this way: > >

and Problem

2004-10-14 Thread Caroline Jen
I have a form with a drop-down menu in it. The drop-down menu is created using the tag. Everything displays well this way: -Select- But, if I add this attribute; ENCTYPE="multipart/form-data", in the tag like this: I get this runtime error in the browser: Attribute ENC