See below... > -----Original Message----- > From: Frederick N. Brier [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 28, 2003 12:15 PM > To: [EMAIL PROTECTED] > Subject: RE: [OS-webwork] ActionTag wipes out own ActionContext > > > At 11:53 AM 9/28/2003, Jason Carreira wrote: > >The reason is that when the execute() is called in the > doEndTag() you > >can be sure that all of the params have been set on the > Action before > >it is executed... If execute() is called in doStartTag, none of the > ><ww:param> tags will be processed before it is executed. > > Got it. Just do not know, not that there might not be, what > situations an > execute() for a directly requested *.jsp page is needed. > Would an explicit > <ww:execute> tag after the <ww:param>(s) be too cumbersome?
We talked about that, but thought it would be confusing and we'd have to keep answering the same question over and over :-) Note that you can specify the "executeResult=true" attribute and it will execute and include the view of the action you reference... This would allow you to make the ww:action call be like an active UI component which can respond to request params and render its own display... We're going to be patching it to make it have access to the ValueStack of the original request as well (Michal's idea)... > > >The reason this is implemented this way is that ActionContext's are > >created and set in only the one place... Therefore there can only be > >the previous ActionContext and the new ActionContext... > > What about a Sitemesh decorator default.jsp and its child > *.jsp(s)? Or > nested tiles of *.jsp(s)? Could they have their own actions > that upon > return would need the old Action restored? The old Action is restored now... What do you mean? > > Fred. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Opensymphony-webwork mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork