> XWork may change this significantly.

Nope, this will still work the same way in XWork.

However, XWork does add an alternative way to have actions invoked:

By using the FilterDispatcher, access to success.jsp will instead intercept
that request, execute the action that maps to success.jsp, and then dispatch
back to success.jsp. Using the FilterDispatch AND the ServletDispatcher can
cause problems sometimes, so it's best if you choose either the "access the
view as the action" approach or the "*.action" approach.

-Pat




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