RE: [Xdoclet-devel] Generating Validator Forms [SOLVED]

2002-12-11 Thread Matt Raible
ible > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Generating Validator Forms > > > Matt Raible wrote: > > Are you suggesting that I do something like this (see below). This > > sounds like it would work, and maybe I could use matchValue of > > somet

RE: [Xdoclet-devel] Generating Validator Forms

2002-12-10 Thread Matt Raible
sday, December 10, 2002 7:13 AM > To: Matt Raible > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Generating Validator Forms > > > forAllMethodTags does call setCurrentMethod, so it seems it > should work, > although I don't have the bandwidth right now to t

Re: [Xdoclet-devel] Generating Validator Forms

2002-12-10 Thread Erik Hatcher
lto:[EMAIL PROTECTED]] On Behalf Of Erik Hatcher Sent: Monday, December 09, 2002 7:11 AM To: Matt Raible Cc: [EMAIL PROTECTED] Subject: Re: [Xdoclet-devel] Generating Validator Forms Matt Raible wrote: Are you suggesting that I do something like this (see below). This sounds like it would work,

RE: [Xdoclet-devel] Generating Validator Forms

2002-12-09 Thread Matt Raible
L PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Erik Hatcher > Sent: Monday, December 09, 2002 7:11 AM > To: Matt Raible > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Generating Validator Forms > > > Matt Raible wrote: > > Are you suggesting that

Re: [Xdoclet-devel] Generating Validator Forms

2002-12-09 Thread Erik Hatcher
Matt Raible wrote: Are you suggesting that I do something like this (see below). This sounds like it would work, and maybe I could use matchValue of something to detect validator tags? Is this the same (or similar) forAllFormFields() method that I wrote in my strutsgen? Is it calling s

Re: [Xdoclet-devel] Generating Validator Forms

2002-12-09 Thread Erik Hatcher
Matt Raible wrote: My POJO was just that, a plain old java object that didn't extend anything. However, today I discovered that it had to extend EntityBean and I had to use @ejb tags in order to generate a struts.form from it. That's the part that smells to me ;-) No argument from me about enti

RE: [Xdoclet-devel] Generating Validator Forms

2002-12-08 Thread Matt Raible
OTECTED]] > Sent: Sunday, December 08, 2002 7:21 PM > To: Matt Raible > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Generating Validator Forms > > > I might be the only living soul using > out there, > but I probably won't be of much help since its hard t

Re: [Xdoclet-devel] Generating Validator Forms

2002-12-08 Thread Erik Hatcher
Erik Hatcher wrote: I might be the only living soul using out there, but I probably won't be of much help since its hard to for me to put myself in your shoes and think of all this generation you're doing as it goes somewhat against the grain of my thinking. The reason I made the task work o

RE: [Xdoclet-devel] Generating Validator Forms

2002-12-08 Thread Matt Raible
See reasoning below... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf > Of Erik Hatcher > Sent: Sunday, December 08, 2002 7:21 PM > To: Matt Raible > Cc: [EMAIL PROTECTED] > Subject: Re: [Xdoclet-devel] Generating Validator

Re: [Xdoclet-devel] Generating Validator Forms

2002-12-08 Thread Erik Hatcher
I might be the only living soul using out there, but I probably won't be of much help since its hard to for me to put myself in your shoes and think of all this generation you're doing as it goes somewhat against the grain of my thinking. The reason I made the task work only on ValidatorForm

[Xdoclet-devel] Generating Validator Forms

2002-12-08 Thread Matt Raible
Title: Generating Validator Forms I want to use the strutsform task to generate my validator forms for struts.  The current struts_form.xdt gives me most of what I need, save the @struts.validator tags for each method.  Is there a way to use the struts.validator tag in my pojo (plain old java