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