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,--
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
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">
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
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
5 matches
Mail list logo