Is it possible to move action and form bean mapping definitions to database , and loading them using struts plugin extensions, (actullly actionServlet init method calls several another init method,, I think inside one of those init methods mapping info is loaded to the applicaiton context, is it possible to postpone this operation until plug-in calls, )
if it is okey, how can do that and which part of struts-config.xml could be moved to then database (form map, action map, controller, forward, exception,plugin,...) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

