RE: Newbie Validator Basic Configuration

2004-08-23 Thread Lykins Don H Contr AFSAC/ITS
Chris - To learn the validator plug-in,, I went through this tutorial from Oracle and it worked great!!! You can deploy a validator plug-in JSP page in 30 minutes. Try it! http://www.oracle.com/technology/obe/obe9051jdev/strutsvalidator/validator.htm the catch is you must use jdeveloper 10g,--

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Chris Stavrianou
Thx Richard - that was it Had been pulling my hair out over this one. On Sat, 21 Aug 2004 19:38:05 +0100, Richard Aukland <[EMAIL PROTECTED]> wrote: > Hi Chris, > > just in case you havent noticed; > > Below you have not spelled 'property' correctly, you have 'propery' > > maybe this was it

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Richard Aukland
Hi Chris, just in case you havent noticed; Below you have not spelled 'property' correctly, you have 'propery' maybe this was it? :) richard > > > > > > > > > > > > > > > >> depends="required">

Re: Newbie Validator Basic Configuration

2004-08-21 Thread Chris Stavrianou
In my validator.xml file it uses the path of the action - see original post. I have tried the validator with the DynaValidatorForm and validator.xml referencing the name of the form not the action path - alas this didn't work. Thanks Chris Stav. On Sat, 21 Aug 2004 14:14:03 +0200, Matthias Wess

RE: Newbie Validator Basic Configuration

2004-08-21 Thread Matthias Wessendorf
DynaValidatorActionForm is for forms, that contain more than *one* page (like a wizzard or a poll) in validation.xml you must enter on name attribute the PATH of the action -> name="/submit1"... but I guess you want a Validator for a single page so use DynaValidatorForm now in vali.xml you must