Hello, I'm trying to use xdoclet to generate struts-config.xml. I have ExtendedProcessAction, and few actions extending it (AddNewElementAction,RemoveAction etc). ExtendedProcessAction is not abstract and I also use it as normal action. Unfortunatelly xdoclet generate two entries for every subclass (AddNewElementAction,RemoveAction etc) - one from metainfo from ExtendedProcessAction and one from metainfo from the subclass. Is anyway to generate only one entry, using info from the subclass. (I don't want to make ExtendedProcessAction abstract) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Michał Małecki
------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
