i have my xwork.xml file that defines interceptors results and result stacks, then right after that i've got <include file="myActions.xml"/>
in my myActions.xml i've got:
<action name="test" class="actions.TestAction">
<result name="success" type="velocity">/WEB-INF/views/test.vm</result>
<interceptor-ref name="defaultStack"/>
</action>
it doesnt work though, can someone tell me what im doing wrong here?
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork