Re: form generation via XDoclet + auto property rendering?

2002-10-04 Thread Erik Hatcher
Christopher Lenz wrote: Erik Hatcher wrote: I also use XDoclet to generate a starter JSP and ApplicationResouces.properties pieces from a form bean. This particular generation is custom to our environment, but its easy to do and is working very nicely. This sounds interesting...

form generation via XDoclet + auto property rendering?

2002-10-03 Thread Ian Tomey
Hi all, let me run this past you. Concerned way changes to data objects can sometimes be missed by forms/actions, I am currently working on an XDoclet extension for generating form type objects (by that I mean items that validate and can render their content and are designed to be embedded

Re: form generation via XDoclet + auto property rendering?

2002-10-03 Thread Erik Hatcher
I've created Struts validation.xml generation from Struts ValidatorForm subclasses using XDoclet. In fact, it is part of XDoclet 1.2 that is releasing at any moment now. I'd highly recommend you at least use Validator for your validation, and I'd suggest you check out the generation that I