Re: [S2] Result Type Dispatch problem with relative Action calls

2009-01-15 Thread Dirk Forchel
splay the tiles definition here. But it is important to me to >> have a "forward" to an action defintion rather than a "redirect". Once I >> redirect, I'm going to lose request-scoped data. "redirect" to actions >> works perfectly but "forward&q

Re: [S2] Result Type Dispatch problem with relative Action calls

2009-01-13 Thread dusty
. "redirect" to actions > works perfectly but "forward" doesn't. In my struts configuration > sameAction should be dynamically substituted with the action name or the > action call where the form is included, either "/welcome.action", > "/product.ac

Re: [S2] Result Type Dispatch problem with relative Action calls

2009-01-13 Thread Dirk Forchel
truts.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 > > > -- Vie

Re: [S2] Result Type Dispatch problem with relative Action calls

2009-01-09 Thread Dave Newton
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 yo

[S2] Result Type Dispatch problem with relative Action calls

2009-01-09 Thread Dirk Forchel
ry.action" or even "/searchResult.action". Has somebody any idea how to accomplish this? I reckon this is a almost common workflow. -- View this message in context: http://www.nabble.com/-S2--Result-Type-Dispatch-problem-with-relative-Action-calls-tp21368053p21368053.html Sent from