Joseph Ottinger wrote:
Hm... maybe I'm just going crazy here, but the above smells like it needs AOP :-) SCE sounds like an interceptor to me...many of the problems here seem to be related to NOT making a difference between actual functionality and things that "cross-cut" or intercept that functionality. It seems as though many chains are really "one action, and then a lot of interceptors", but with no distinction between what is the actual action and what are interceptors.Well, I was looking at SendConfirmationEmail as an action/view inside the chain, not as a chain in and of itself. I can see a lot of power in the ability to, say, do something like this (poorly thought out, I just got up):SubscribeToList.action=Subscribe Subscribe.success=SendConfirmationEmail.jsp SendConfirmationEmail.jsp.success=ShowStatus.jsp Yeah, I know, stop puking. I JUST got up, and this doesn't address ANYTHING like "where does the status for SendConfirmationEmail come from?" or anything like that. Maybe this whole idea should be scrapped, especially based on this example... but the idea is that the SCE here is a "view" seen by sendmail, and the ShowStatus is the "view" seen by the client browser.
Just a thought.
/Rickard
-------------------------------------------------------
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