RE: overriding framework components

2012-10-04 Thread Davis, Chad
> 2012/10/4 Davis, Chad : > > And, since I think I saw your name on some comments in the TextProvider, > I wonder what constructors get invoked when the TextProvider is injected in > the TextProviderFactory on ActionSupport. The default TextProviderSupport > has references to locale provider and

Re: overriding framework components

2012-10-04 Thread Ɓukasz Lenart
2012/10/4 Davis, Chad : > And, since I think I saw your name on some comments in the TextProvider, I > wonder what constructors get invoked when the TextProvider is injected in the > TextProviderFactory on ActionSupport. The default TextProviderSupport has > references to locale provider and a

RE: overriding framework components

2012-10-04 Thread Davis, Chad
> > Here you have the full list of extension points > > http://struts.apache.org/2.x/docs/plugins.html#Plugins-ExtensionPoints > Excellent. Thank you. And, since I think I saw your name on some comments in the TextProvider, I wonder what constructors get invoked when the TextProvider is in

Re: overriding framework components

2012-10-03 Thread Lukasz Lenart
2012/10/3 Davis, Chad : > Ok. I found it in the javadoc for TextProvider > > class="com.mycompany.struts2.MyTextProviderSupport" scope="default"/> > > > This works. Here you have the full list of extension points http://struts.apache.org/2.x/docs/plugins.html#Plugins-ExtensionPoints Regards

RE: overriding framework components

2012-10-03 Thread Davis, Chad
Ok. I found it in the javadoc for TextProvider This works. > -Original Message- > From: Davis, Chad [mailto:chad.da...@emc.com] > Sent: Wednesday, October 03, 2012 12:47 PM > To: Struts Users Mailing List > Subject: RE: overriding framework components > > I

RE: overriding framework components

2012-10-03 Thread Davis, Chad
I guess I need to map a constant value to my bean, but where do I find that constant name? > -Original Message- > From: Davis, Chad [mailto:chad.da...@emc.com] > Sent: Wednesday, October 03, 2012 10:55 AM > To: user@struts.apache.org > Subject: overriding framework components > > I want