Extends a xwork.xml and override the action

Markus Reichel <[email protected]> Mon, 11 Dec 2006 11:51:43 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <23099233.1165859533660.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
What need I to do?

I tryed:
<xwork>
	<include file="mum-config/xwork.xml" />
	<package name="cms-default" extends="mum-default">
	  <action name="example" class="org.example.ExampleAction" >
		<result>example.ftl</result>
	  </action>
	</package>
</xwork>

and my include file is inside a jar... all actions works but when i try to override (like the example above) I get result from original xwork file (parent)...

help-me pleeeease! :)

[]s
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=53025&messageID=106706#106706

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]