I believe all actions need to belong to a package, because the the tie to the namespace. If there is no namespace, then it should be in the default package. Someone correct me if I'm working.

HTH,
rick

Francisco Hernandez wrote:
can someone put an example on how to use the include tag in xwork.xml?

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


Reply via email to