Struts and Xdoclet

2003-10-23 Thread Timothy Stewart
Anyone using struts with xdoclet. I have the following form bean import org.apache.struts.validator.ValidatorForm; /** * @struts.form name=LoginForm */ public class LoginForm extends ValidatorForm { private String _userName; public LoginForm() { super(); } public

RE: Struts and Xdoclet

2003-10-23 Thread Timothy Stewart
To: [EMAIL PROTECTED] Subject: Struts and Xdoclet Anyone using struts with xdoclet. I have the following form bean import org.apache.struts.validator.ValidatorForm; /** * @struts.form name=LoginForm */ public class LoginForm extends ValidatorForm { private String _userName; public

Re: Struts and Xdoclet

2003-10-23 Thread Anders Hermansen
and Xdoclet Anyone using struts with xdoclet. I have the following form bean import org.apache.struts.validator.ValidatorForm; /** * @struts.form name=LoginForm */ public class LoginForm extends ValidatorForm { private String _userName; public LoginForm() { super