Hi, when I say @struts.form extends="org.apache.struts.validator.ValidatorForm" include-all="true"
in my entity bean, xdoclet creates the correct PersonForm. There are some fields, however, which I don't want to appear in the form, CMR getters in particular. But when I remove include-all and explicitely say, e.g., /** * @ejb:persistent-field * @ejb:pk-field * @jboss:column-name name="Id" * @ejb:interface-method view-type="local" * @struts:form-field */ public abstract Integer getId(); the fields never show up in the generated form class. What went wrong? Cheers Markus -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ NEU: Mit GMX ins Internet. Rund um die Uhr f�r 1 ct/ Min. surfen! ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
