SV: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-28 Thread Niklas Johansson
, Niklas -Ursprungligt meddelande- Från: Dave Newton [mailto:newton.d...@yahoo.com] Skickat: den 28 maj 2009 15:31 Till: Struts Users Mailing List Ämne: Re: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing? Heh. Man, this took me a long time to f

Re: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-28 Thread Dave Newton
bligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Wed, 27 May 2009 06:18:36 -0400 From: newton.d...@yahoo.com To: user@struts.apache.org Subject: Re: SV: RequiredString Validation

Re: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-27 Thread Dave Newton
e destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligato

Re: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-27 Thread Niklas Johansson
en Sie nicht der vorgesehene Empfaenger > sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung > oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich > dem Austausch von Informationen und entfaltet keine rechtliche > Bindungswirkung.

RE: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-27 Thread Martin Gainty
ormez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être suje

Re: SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-27 Thread Dave Newton
Niklas Johansson wrote: P.S. AbstractValidationActionSupport doesn’t seem to be included in the Struts2 (2.1.6) framework anyhow, couldn’t find it in any jar. But there are quite a few so perhaps I missed it. It's in the showcase application, like I said before. Från: Martin Gainty [mailto:mga

SV: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-27 Thread Niklas Johansson
effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 26 May 2009 21:58:24 +0200 > Subject: Re: RequiredString Validation doesn't work and A

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-26 Thread Niklas Johansson
This ain't going to well, I am sorry for taking your time! However, I must be close to the solution since I found an example on Internet which I managed to get to work, more or less like I want it to work. But when going back to my own code, it still doesn't work, even though I tried to do exactly

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-26 Thread Dave Newton
Niklas Johansson wrote: Regarding the ParameterAware, I found the information here and it's specified as the preferred solution: http://struts.apache.org/2.1.6/docs/how-can-we-access-request-parameters-passed-into-an-action.html It's the preferred solution for accessing the parameters *directly

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-26 Thread Niklas Johansson
Hello Dave, Thanks for all answers. Regarding the ParameterAware, I found the information here and it's specified as the preferred solution: http://struts.apache.org/2.1.6/docs/how-can-we-access-request-parameters-passed-into-an-action.html I have enough information below to do some test for the

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing?

2009-05-25 Thread Dave Newton
Niklas Johansson wrote: I want to use Requieredstring validator. The problem is that my application is not complaining if I do leave the input field empty. Are you using the default interceptor stack? Can anyone tell me what is the problem? I don't see anything immediately obvious, but I'm

RE: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing

2009-05-25 Thread Niklas Johansson
wton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: RequiredString Validation doesn't work and > AbstractValidationActionSupport is missing > > Niklas Johansson wrote: >> Such a beginner error... But after renaming the validation.xml file >> to what you s

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing

2009-05-24 Thread Dave Newton
Niklas Johansson wrote: Such a beginner error... But after renaming the validation.xml file to what you specifide, still no error-response when not entering anything in the "heading" field. You'll have to post your original message but so it's readable--the list accepts plain-text emails, most

RE: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing

2009-05-24 Thread Niklas Johansson
ore that it is refering to xwork v1 when trying to extend superclasses. Don't know if that is related...? Regards, Niklas > Date: Sun, 24 May 2009 11:48:14 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org > Subject: Re: Requir

Re: RequiredString Validation doesn't work and AbstractValidationActionSupport is missing

2009-05-24 Thread Dave Newton
Niklas Johansson wrote: I did put the RegisterQAForm-validator.xml [...] Can anyone tell me what is the problem? RegisterQAForm-validation.xml My second problem: But it's some problem with the AbstractValidationActionSupport class. Could you be a bit more specific? Dave -

RequiredString Validation doesn't work and AbstractValidationActionSupport is missing

2009-05-24 Thread Niklas Johansson
Hello, I am trying to create my first validation. I have two problems: First one: I want to use Vequieredstring validator. The problem is that my application is not complaining if I do leave the input field empty. Here is my code: reqisterqa.jsp (Only the form is needed here, I assume)