Ahhh. I didn't do that. Thank you!

>>Did you activate it specifically for that action ? Just adding the below
to
>>xwork.xml only defined the interceptors. You have to create the
>>relationships between which actions and which interceptors as well.

<action name="newPage" class="com.webs4.NewPage">
  <result name="success" type="chain">
    <param name="actionName">browse</param>
  </result>
  <interceptor-ref name="chain"/>
</action>



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