vinod wrote: Is it possible to create the Action Mapping Definitions dynamically? If so please help me how to do this.
To do this, you're really going to have to dig into Struts' code; as it is now, you can't dynamically add new ActionMappings to the ModuleConfig because it is frozen after the config files are read; otherwise, you'd have synchronization problems. If you looked at ModuleConfig, perhaps you could come up with an alternate implementation which managed the sync issues and still allowed you to dynamically add ActionMappings.
Struts itself makes new ActionMappings as part of wild-card path matching, but those mappings only last for the duration of the request they are servicing.
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]