Re: Targets vs ActionContext weird

2007-04-18 Thread Musachy Barroso
yeah, the notifyTopics is a "catch all" attribute, for 2.1 we will have "beforeNotifyTopics", "afterNotifyTopics" and "errorNotifyTopics" musachy On 4/18/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: yeah, I imagined the 2 submits. So, I'll have to use javascript to workaround that until do

Re: Targets vs ActionContext weird

2007-04-18 Thread Felipe Rodrigues
yeah, I imagined the 2 submits. So, I'll have to use javascript to workaround that until don't get the 2.1 ready. Best Regards, Felipe Dave Newton-4 wrote: > > --- Musachy Barroso <[EMAIL PROTECTED]> wrote: >> The topics are submitted twice, once before and one >> after the request. >> Check

Re: Targets vs ActionContext weird

2007-04-18 Thread Dave Newton
--- Musachy Barroso <[EMAIL PROTECTED]> wrote: > The topics are submitted twice, once before and one > after the request. > Check: > > http://struts.apache.org/2.x/docs/ajax-tags.html > > for details. One of the parameters passed to the > topic is either "before" or > "load". Just as a heads up,

Re: Targets vs ActionContext weird

2007-04-18 Thread Musachy Barroso
The topics are submitted twice, once before and one after the request. Check: http://struts.apache.org/2.x/docs/ajax-tags.html for details. One of the parameters passed to the topic is either "before" or "load". Just as a heads up, 2 separate topics were added to the ajax tags for 2.1 to make th