Or use an action mapping that matches "/*".  I use them with
MappingDispatchAction to match "/*/*" where the first is the action
class and the second is the function to call.

Don


On Mon, 21 Feb 2005 22:40:17 -0500, David G. Friedman
<[EMAIL PROTECTED]> wrote:
> 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]
> 
>

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

Reply via email to