Posted By:
Vinup_Manukonda
Posted On:
Tuesday, April 1, 2008 10:41 AM
Hi,
I'm generating web.xml for my web application through Xdoclet(webdoclet). It's generating filter elements for all the classes of the type "Filter". But I want the Xdoclet to take filter elements only from the filter.xml, that I've specified in metadata.
I need help to switch off generation of filter elements from the classes of type Filter.
Please help me.