Hi all,
I'm running into a problem when using xdoclet to create Struts ActionForms:
I have a class which has a java.util.SortedSet as an instance variable
(with getters and setters). The class has the following xdoclet tag:
@struts.form extends="BaseForm" include-all="true"
However, in the creat
Hi all,
I am using Struts 1.1, xdoclet 1.2b3 and cannot get xdoclet to generate
the from bean definition any more (it previously did).
I have tried everything!
Here's my code:
package xxx.struts.forms;
import org.apache.struts.validator.ValidatorForm;
/**
* @struts.form name="ulForm"
*
* Us