Re: Creating Action Mapping Definition Dynamically

2005-04-27 Thread Dakota Jack
For what it is worth, Vinod, you can get the effective equivalent of adding a dynamic ActionMapping by providing an application or class to deal with the fields of the ActionMapping. For example, you might forgo most aspects of the ActionMapping and provide a dynamic class accessible by a base act

Re: Creating Action Mapping Definition Dynamically

2005-04-26 Thread vinod perla
vinod wrote: Thankyou very much Mr.Joe Germuska u've given enough information for me. regards vinod On 4/26/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 5:19 PM +0530 4/26/05, vinod perla wrote: > >vinod wrote: > >Is it possible to create the Action Mapping Definitions dynamically? > >If so pl

Re: Creating Action Mapping Definition Dynamically

2005-04-26 Thread Joe Germuska
At 5:19 PM +0530 4/26/05, vinod perla wrote: 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 M