Dirk Forchel wrote:
I could not resolve my problem yet. How can I use the "dispatch" result type to forward to actions (or maybe tiles definitions) rather than to JSPs?
You can't, AFAIK. You use "redirectAction" to go to actions, and "tiles" to go to Tiles. IIRC "tiles" aren't redirects, so you shouldn't lose request-scoped data.
"dispatch" just uses the underlying JEE dispatcher, which means it only knows about JEE-ish things, like JSPS and servlets. (This may no longer be true; I'm not keeping up w/ the latest JEE specs.)
You can chain actions, but this is not a recommended practice, for a variety of reasons.
http://struts.apache.org/2.x/docs/chain-result.html http://struts.apache.org/2.x/docs/action-chaining.html Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org