Re: [Xdoclet-user] errors using strutsvalidationxml subtask

2004-09-17 Thread Kyle Korndoerfer
Sorry about that... I was playing around with getting it working so I hadn't comitted anything and must have refreshed my sandbox. Here, We'll use the classes for City Codes... - snippet of EJB - package com.x.y.z.ejb; // imports /** * @ejb.bean * name="CityCodes" * description="

Re: [Xdoclet-user] errors using strutsvalidationxml subtask

2004-09-14 Thread Matt Raible
What's your EJB look like? Are the @struts.validator tags on your getters? The generated form below doesn't contain any @struts.validator tags, leading me to believe that 1) no validation tags are in your EJB or 2) you aren't using the new template from CVS. Matt On Sep 8, 2004, at 10:58 AM,

Re: [Xdoclet-user] errors using strutsvalidationxml subtask

2004-09-08 Thread Kyle Korndoerfer
Sorry for the delay, but with the holiday weekend and all, things got busy. Here is the core of one of my Struts Form, generated from the EJB using the updated struts_form.xdt that you upadted a month or so ago in response to an earlier inquiry regarding the 'copying' of struts validation tags fro

Re: [Xdoclet-user] errors using strutsvalidationxml subtask

2004-09-02 Thread Matt Raible
Can you post the source of your ActionForm? Matt On Sep 2, 2004, at 1:48 PM, Kyle Korndoerfer wrote: XDoclet v1.2.1 Ant v1.6.1 I'm trying to use the strutsvalidationxml subtask of webdoclet to qutomatically generate the validation.xml file for my forms (some are auto-generated from my EJB's, other

[Xdoclet-user] errors using strutsvalidationxml subtask

2004-09-02 Thread Kyle Korndoerfer
XDoclet v1.2.1 Ant v1.6.1 I'm trying to use the strutsvalidationxml subtask of webdoclet to qutomatically generate the validation.xml file for my forms (some are auto-generated from my EJB's, other a written by hand), but when the task executes, I get the following error... ... [webdoclet] org.xm