Re: Extending ActionConfig in Struts2

2007-08-08 Thread Don Brown
TED]> wrote: > Have you tried overriding the struts.configuration property with a new > Confguration class that builds and returns your new ActionConfig? > > > Vinod Singh wrote: > > Any clues?? > > > > Thanks, > > > > Vinod > > ---- Original Messag

Re: Extending ActionConfig in Struts2

2007-08-08 Thread Ian Roughley
Have you tried overriding the struts.configuration property with a new Confguration class that builds and returns your new ActionConfig? Vinod Singh wrote: Any clues?? Thanks, Vinod Original Message Subject: Extending ActionConfig in Struts2 From: Vinod Singh <[EM

Re: Extending ActionConfig in Struts2

2007-08-08 Thread Vinod Singh
Any clues?? Thanks, Vinod Original Message Subject: Extending ActionConfig in Struts2 From: Vinod Singh <[EMAIL PROTECTED]> To: user@struts.apache.org Date: Tuesday, August 07, 2007 3:05:36 PM Hi All, The Struts 1.x provides a facility to extend the ActionMapp

Extending ActionConfig in Struts2

2007-08-07 Thread Vinod Singh
Hi All, The Struts 1.x provides a facility to extend the ActionMapping by defining it in web.xml in following manner- mapping CustomActionMapping In Struts 2.x I don't see anyway to extend ActionConfig. The ActionConfig class is hard coded in addAction(...) method of c