RE: startup time validator validation?

2005-10-12 Thread David G. Friedman
truts validator? I use it within Eclipse v3.1 sometimes. Regards, David -Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 5:03 PM To: Struts Users Mailing List Subject: Re: startup time validator validation? David G. Friedman on 11/10/05 20:58,

Re: startup time validator validation?

2005-10-12 Thread Adam Hardy
David G. Friedman on 11/10/05 20:58, wrote: Wouldn't XDoclet's Struts Validator features work for you in this regard? It wouldn't be i nthe JSP or at startup but at build/compile time. See: http://xdoclet.sourceforge.net/xdoclet/tags/[EMAIL PROTECTED] David, that looked tantalising but with

Re: startup time validator validation?

2005-10-11 Thread Mick Knutson
no, because my code is being generated from wsdl2java, and not xdoclet. "David G. Friedman" wrote: > Wouldn't XDoclet's Struts Validator features work for you > in this regard? It wouldn't be i nthe JSP or at startup > but at build/compile time. See: > > http://xdoclet.sourceforge.net/xdoclet/t

RE: startup time validator validation?

2005-10-11 Thread David G. Friedman
Wouldn't XDoclet's Struts Validator features work for you in this regard? It wouldn't be i nthe JSP or at startup but at build/compile time. See: http://xdoclet.sourceforge.net/xdoclet/tags/[EMAIL PROTECTED] evel_Tags >I am trying to figure out if there is a way to have the Validator >framwork

[OT] Re: startup time validator validation?

2005-10-11 Thread Dave Newton
Mick Knutson wrote: It could be at build time just fine, but I am using maven. So how could I integrate this into my build then? I have no idea :) In my case, with ant, I was just running an external task. I don't even remember how I was getting status information back and all that. Just

Re: startup time validator validation?

2005-10-11 Thread Mick Knutson
It could be at build time just fine, but I am using maven. So how could I integrate this into my build then? Dave Newton wrote: > Mick Knutson wrote: > > >I am trying to figure out if there is a way to have the Validator > >framwork verify that the form element names defined in the > >validation.

Re: startup time validator validation?

2005-10-11 Thread Dave Newton
Mick Knutson wrote: I am trying to figure out if there is a way to have the Validator framwork verify that the form element names defined in the validation.xml, are in synch with my ActionForms, but not jst at runtime. Right now if there is a mismatch, then I get an error in the form of an error

startup time validator validation?

2005-10-11 Thread Mick Knutson
I am trying to figure out if there is a way to have the Validator framwork verify that the form element names defined in the validation.xml, are in synch with my ActionForms, but not jst at runtime. Right now if there is a mismatch, then I get an error in the form of an error, sometimes obscure, on