[S2] why is javascript executed before DOM is updated

2007-12-13 Thread lbastil
I have a serious problem with an ajax submit. the scenario is the following: I submit a form with ajax submit button and I want to update the parent div (targets="...") The original content of this div and the result content contains a

Re: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread tutul
-- View this message in context: http://www.nabble.com/-S2--why-is-javascript-executed-before-DOM-is-updated-tp14313561p23854865.html Sent from the Struts - User mail

RE: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread Kawczynski, David
iginal Message- From: tutul [mailto:shubhrakarma...@hotmail.com] Sent: Wednesday, June 03, 2009 12:34 PM To: user@struts.apache.org Subject: Re: [S2] why is javascript executed before DOM is updated Hi, I am sorry to hijack this thread but I have a similar question. I have a parent form and upon clickin

RE: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread Kawczynski, David
Martin Gainty [mailto:mgai...@hotmail.com] > Sent: Wednesday, June 03, 2009 3:51 PM > To: Kawczynski, David > Subject: RE: [S2] why is javascript executed before DOM is > updated > > could you provide which technologies would be used ..i assume > dojo?, links for coding,

RE: [S2] why is javascript executed before DOM is updated

2009-06-03 Thread Martin Gainty
rte quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: [S2] why is javascript executed before DOM is updated > Date: Wed, 3 Jun 2009 16:

RE: [S2] why is javascript executed before DOM is updated

2009-06-05 Thread Kawczynski, David
l suggestions and or advice? > > Thanks for the links and explanation..this is very helpful > and informative! > Martin Gainty > __ > Verzicht und Vertraulichkeitanmerkung/Note de déni et de > confidentialité > > > &g

Re: [S2] why is javascript executed before DOM is updated

2009-06-05 Thread Dave Newton
Kawczynski, David wrote: I don't use a jquery plugin, I simply have a SiteMesh decorator that includes the jquery js references on a page. I use an element's onclick attributes to attach the appropriate jquery functionality when called for. I don't think a plugin is required, but then again I

Re: [S2] why is javascript executed before DOM is updated

2009-06-05 Thread stanlick
"...a previous employer that *did* have pretty specific degradation requirements." Your employer wanted it to run poorly? [?] On Fri, Jun 5, 2009 at 8:39 AM, Dave Newton wrote: > Kawczynski, David wrote: > >> I don't use a jquery plugin, I simply have a SiteMesh decorator that >> includes the j

RE: [S2] why is javascript executed before DOM is updated

2009-06-05 Thread Martin Gainty
ujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Subject: RE: [S2] why is javascript executed before DOM is updated > Date: Fri, 5 Jun 2009 09:20:13 -0400 > From: david_kawczyn...@merck.com > To: user@struts.apache.org > > I don

Re: [S2] why is javascript executed before DOM is updated

2007-12-13 Thread lbastil
Is this the WW-1951 - issue? And if so, is there any workaround for 2.0.11 release? Thank you, basti lbastil wrote: > > I have a serious problem with an ajax submit. > > the scenario is the following: > > I submit a form with ajax submit button and I want to update the parent > div (targets

Re: [S2] why is javascript executed before DOM is updated

2007-12-13 Thread Jeromy Evans
I think it is WW-1951. It's generally a bad idea to include inline scripts in a result loaded via XHR because it varies from browser-to-browser and library-to-library as to when the scripts are executed. In this case, Dojo has the responsibility to parse your result, extract the scripts and t

Re: [S2] why is javascript executed before DOM is updated

2008-10-21 Thread lbastil
For me it is still not clear: with struts 2.0.11, how can I: modyfy DOM which is given back from an AJAX request with javascript at all? concrete: suppose, I have a form, which is updated by a dojo ajax requst. After the form is updated I wnat to execute a javascript which disables two of the s