Diego,

Here is an idea: You could always set your on-the-fly actions under a
module.  Then you could use the unknown="true" attribute to route all
unmatched /module/*.do mappings to your new Action, which handles the lookup
and dynamic dispatching to the appropriate pages/actions, probably via a map
lookup or other type of table lookup to find your new dynamic mappings.

Regards,
David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to