Hallo, is there any more effectively way to get the path from ActionConfig as this?:
ActionServlet aServlet = super.getServlet();
ModuleConfig mConfig = aServlet.getModuleConfig(request);
ActionConfig aConfig = new ActionConfig();
String path = aConfig.setModuleConfig(mConfig).getPath();
Thanks
Jiri
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

