Hallo!
We need to redirect an action dynamically to a view different from that
specificated by SUCCESS (in the views.properties). Depending on some
condition, the doExecute() method must redirect the user to a specific view
(for example a.jsp if we have condition A or b.jsb if we have condition B
somethin like:
if(...) {
  return SUCCESS;
else {
  redirect to another
}
).
It's possible?! Must we use redirect.action?url=xxxx but with xxxx changed
within the doExecute()?!

Thanx for any help!
Gio



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to