Re: RE: [S2]Validation with xml file not working

2008-08-15 Thread Stephan Schröder
An: "Struts Users Mailing List" > Betreff: Re: RE: [S2]Validation with xml file not working > About the interceptors on the default stack I don't know how to check > that since it's built in. But "Struts in Action" says that in the > struts-default.xml,

Re: [S2]Validation with xml file not working

2008-08-15 Thread Ylva Degerfeldt
Ok, I found it. But (as the book said) , "validation" comes before "workflow" in the "validationWorkflowStack", so there has to be some other explanation for the exception. /Ylva On Fri, Aug 15, 2008 at 1:59 PM, Torsten Krah <[EMAIL PROTECTED]> wrote: > Am Freitag, 15. August 2008 00:22:01 schrie

Re: [S2]Validation with xml file not working

2008-08-15 Thread Torsten Krah
Am Freitag, 15. August 2008 00:22:01 schrieb Stephan Schröder: > i don't know which interceptors are on your default stack. Does 'workflow' > come after 'validation'? Look into struts-default.xml in the struts-2.x.jar file, there you can see all stacks defined with their interceptors. -- Bitte

Re: RE: [S2]Validation with xml file not working

2008-08-15 Thread Ylva Degerfeldt
ble.) > > Original-Nachricht >> Datum: Thu, 14 Aug 2008 18:38:02 -0700 (PDT) >> Von: Dave Newton <[EMAIL PROTECTED]> >> An: Struts Users Mailing List >> Betreff: RE: [S2]Validation with xml file not working > >> I think he was asking the or

Re: RE: [S2]Validation with xml file not working

2008-08-15 Thread Stephan Schröder
MAIL PROTECTED]> > An: Struts Users Mailing List > Betreff: RE: [S2]Validation with xml file not working > I think he was asking the original poster if *his* stack included those > interceptors in the correct order, since it's his validation that isn't > working pr

RE: [S2]Validation with xml file not working

2008-08-14 Thread Dave Newton
party other than intended recipient. Sender does not > necessarily endorse content contained within this > transmission. > > > > Date: Fri, 15 Aug 2008 00:22:01 +0200 > > From: [EMAIL PROTECTED] > > Subject: Re: [S2]Validation with xml file not working > > To: user@st

RE: [S2]Validation with xml file not working

2008-08-14 Thread Martin Gainty
[EMAIL PROTECTED] > Subject: Re: [S2]Validation with xml file not working > To: user@struts.apache.org > > > What could it be? > > i don't know which interceptors are on your default stack. Does 'workflow' > come after 'validation'? > > /Stephan >

Re: [S2]Validation with xml file not working

2008-08-14 Thread Stephan Schröder
IL PROTECTED]> > An: "Struts Users Mailing List" > Betreff: Re: [S2]Validation with xml file not working > Lukasz, I'm not sure how to check the deployment but I was thinking > that too. (I'm using NetBeans 5.5.1 and Sun App. server.) > > André, it's

Re: [S2]Validation with xml file not working

2008-08-14 Thread Ylva Degerfeldt
Lukasz, I'm not sure how to check the deployment but I was thinking that too. (I'm using NetBeans 5.5.1 and Sun App. server.) André, it's funny you should mention that because I just changed the name From .-validation.xml to -validations.xml because they must have misspelled it in one plac

Re: [S2]Validation with xml file not working

2008-08-14 Thread André Cedik | GDG
Maybe it's just because of the misspelling. If you'd like to do validation this way, your xml-file should be named "NameAndCvAction-validation.xml" without the "s" at the end. Ylva Degerfeldt wrote: > Hi everyone, > > I'm trying to use the Validation framework by creating a file called > NameAndC

Re: [S2]Validation with xml file not working

2008-08-14 Thread Lukasz Lenart
Did you check also the deployment, on the server? Eclipse will not copy other files then Java classes when you will deploy. Check if xml file is in the same package after deploy to the server. Regards -- Lukasz http://www.lenart.org.pl/ --