Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Juanjo Cuadrado
Néstor, thank for you reply... but: I have it all like you say (I don't know what do you mean with "You must have de validation and workflow interceptors configured" I have the struts file by default, I haven't configured any interceptor. Have I to do it?). I have put the result "input" but alway

Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Néstor Boscán
The way it worked for me was: 1.- You have to extend ActionSupport because it contains the fieldErrors, actionErrors attributes and the validation logic. 2.- I use dniParticipante 3.- You must have de validation and workflow interceptors configured 4.- You must have an "input" result because in ca

Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Lukasz Lenart
2008/10/14 Juanjo Cuadrado <[EMAIL PROTECTED]>: > No... but this too I have tried it :( Are you extending you package from struts-default? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Juanjo Cuadrado
No... but this too I have tried it :( 2008/10/14 Lukasz Lenart <[EMAIL PROTECTED]> > 2008/10/14 Juanjo Cuadrado <[EMAIL PROTECTED]>: > > Hi, > > > > I'm having problems to show a error message with validation xml file. > > > > This is the code in my struts.xml > > > > >cla

Re: [S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Lukasz Lenart
2008/10/14 Juanjo Cuadrado <[EMAIL PROTECTED]>: > Hi, > > I'm having problems to show a error message with validation xml file. > > This is the code in my struts.xml > >class="es.mec.adesi.ctl.actions.solicitudes.TestAction"> >/pages/opciones.jsp > Is es

[S2] Problem showing errors message with xxx-validation.xml

2008-10-14 Thread Juanjo Cuadrado
Hi, I'm having problems to show a error message with validation xml file. This is the code in my struts.xml /pages/opciones.jsp The action class is this: public class TestAction { private String dniParticipante; public String execute() { return A