Hi,

Here's my problem, we wrote a namespace for hiding a servlet dispatcher class.

For e.g. : <my:dispatcher page="/home/login.jsp">

This same tag can be a servlet or portlet or jsf dispatcher.

So we wrote a NamespaceHandlerSupport and other files for each...

Is there no a way to have one NamespaceHandlerSupport but with a external file that define which implementation class to use (servlet,portlet,..) ?

Thanks.