Hello,

 

I would like to add a resource bundle to the path for validation
messages.  The bundle must load from a path that does not follow the
Package hierarchy defined in struts2.   The textProvider in the
ActionSupport class is private so I cannot directly add the bundle from
an Action class.

 

private final transient TextProvider textProvider =
TextProviderFactory.getInstance(getClass(), this);

    

 

 

Anyone know a clever way to do this?

Reply via email to