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="
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,
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
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 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