Oliver, did you get this working? I'm having a terrible time getting Struts to use my TextProvider. I've set
<constant name="struts.xworkTextProvider" value="com.anodyzed.util.config.ConfigTextProvider"/> in my struts.xml and overridden all the TextProvider methods in my BaseAction (that extends ActionSupport) (which really shouldn't be necessary if Struts actually allows configurable TextProviders). But it's definitely not working. Any ideas? (*Chris*) On Wed, Aug 13, 2008 at 12:29 PM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Sorry for noise. > It looks overriding methods from ActionSupport (as it implements > TextProvider) helps me. > > Thanks, > -- > Olivier > > 2008/8/13 Olivier Lamy <[EMAIL PROTECTED]>: > > Hi, > > I'd like to overriding the default TextProvider to use my own > > implementation (labels come from a database). > > I have configured in my struts.properties : > > struts.xworkTextProvider=fqcn of my TextProvider implementation. > > But at the end it doesn't works :-(. > > > > I have found some jira issues some says it's fixed some says no. > > Is-it possible ? (maybe with an Interceptor and how ?) > > > > Thanks in advance, > > -- > > Olivier > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >