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#a13384756
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