> "Can a chain have more than one View?"
>
> Yes, of course:

I read this to mean, can a chain actually finish on more than one view.
For example:

CreateAccount.action=Create
CreateAccount.success=SendConfirmationEmail.action,create_success.jsp

In which case the answer would be no. A chain can only terminate on 1
view (I know the above example sucks since you could do it by having
SendConfirmEmail's view be create_success.jsp, but bear with me).

In a web environment, a single termination point is logical, but as we
move away from being web based, might there be a place for ending on
multiple views? For the above example, CreateAccount could have 2 success
views, one view rendered to SMTP, the other to HTTP. Since an Action
shouldn't know it's being displayed, an action doesn't seem like the right
place for sending emails...

Or maybe I'm way off in left field.

Regardless, 1.3 is priority number one.

--Erik




-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to