you can redefine it in your struts.xml, much like how you would specify the
object factory to override the default object factory .

-a



Igor Vlasov wrote:
> 
> Hello.
> I want to change some information in struts-default.xml.
> 
> I can move it to classes directoty and do any change....:-)
> 
> Is there any more sofisticated method to do the same from struts.xml?
> 
> For example i want to change TextProvider:
> From 
>    <bean type="com.opensymphony.xwork2.TextProvider" name="struts"
> class="one class" />
> 
> to    
> <bean type="com.opensymphony.xwork2.TextProvider" name="struts"
> class="another class" />
> 

-- 
View this message in context: 
http://www.nabble.com/-S2---Change-struts-default.xml-content-tf4684048.html#a13391033
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to