|
Hello,
when generates the Struts Form bean, all the
FormBeans will use the same package of the Bean(EJB).
Is it possible to generate the Struts Form to
different package ?
For example,
pakage my.ejb;
/**
* some XDoclet TAGs here
*/
public abstract class MyBean {
.....
......
}
If I want to generate the StrutsForm with the above
Bean(EJB) ====> MyForm.java with the package "package my.form", how to define
the <strutsform/> ????
Best regards,
Eric ==========================
If you know what you are doing, it is not called RESEARCH! ========================== |
- RE: [Xdoclet-user] strutsform problem ?? Eric Chow
- RE: [Xdoclet-user] strutsform problem ?? Aleksandr Shneyderman
- Re: [Xdoclet-user] strutsform problem ?? Eric Chow
