I'm looking at the struts stuff. ejbdoclet's strutsform subtask generates org.apache.struts.action.ActionForm implementations. webdoclet's strutsconfigxml subtask generates struts-config.xml from org.apache.struts.action.ActionForm implementations and org.apache.struts.action.Action implementations.
I guess the intention here is to hand-edit ejbdoclet-generated ActionForm and add @struts:form name="whatever" tags before running webdoclet. This breaks the continuous integration loop. If the entity bean is modified, the ActionForm is regenerated, and we have to add the struts tags manually again. I have added a default tag to the generated ActionForm. A fooBar Entity Bean would get the form name "fooBarForm". Comments? I think this "double" generation is a bit weird :-) <aslak/> _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
