Hi, i tried reproducing this from the code you posted, but all works well. The source code i used is here: https://svn.sourceforge.net/svnroot/tacos/trunk/demo/docroot/WEB-INF/bugs/BugTry001.html
If you can modify it in a way that shows the problem, we'll have it fixed much sooner... >From [EMAIL PROTECTED]: > I did test several tacos:AjaxEventSubmit 2 days ago in IE > and didn't see any problems... > > I'll try to use the specific code you've sent. > > >From [EMAIL PROTECTED]: > > > Yes I did a complete replacement of the js folder with the one that was > > on the snapshot. > > Yes, this code does work in Firefox 1.5.x. Unfortunately that's not > > our targeted browser. > > > > Thanks for your help. > > D. > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > [EMAIL PROTECTED] > > Sent: Monday, June 19, 2006 6:16 PM > > To: Tacos Developers > > Subject: Re: [Tacos-devel] AjaxEvent doesn't submit in IE with the > > latest beta 3 snapshot > > > > Well, the latest beta has the new dojo-0.3.1 version (i assume you've > > also updated the js folder in your app) and we have to take a look at > > such issues... > > > > So, (assuming your form doesn't use an Upload component) does it work in > > FF ? Can you see any specific errors / problems? > > > > PS. I must admit I forgot to run the selenium tests in IE. Can anyone > > try them and post results? > > > > >From [EMAIL PROTECTED]: > > > > > Hello, > > > I just got the snapshot of Tacos 3 beta: tacos4-beta-3-20060616-1211 > > > and integrated it with my product. > > > > > > I have a page that has several AjaxForm objects that are submitted by > > > Tapestry components with the eventListener directive. > > > > > > <form jwcid="[EMAIL PROTECTED]:AjaxForm" > > style="margin:0px;padding:0px;" > > > listener="listener:headerFormSubmit" > > > refresh="listener:nothingOnRefresh" > > > > > > > <span jwcid="[EMAIL PROTECTED]:AjaxEventSubmit" > > > > > > updateComponents="ognl:{'errorMessagePane','generateWorksheetPane'}" > > > /> > > > <table width="95%" border="0" cellpadding="2" cellspacing="2" > > > style="border:1px solid black;"> > > > <tr bgcolor="#E8ECF4"> > > > <td class="body"> > > > <input type="text" > > > jwcid="@TextField" > > > value="ognl:claim.externalID" > > > > > > eventListener="onchange=components.headerOtherDataChange"/> > > > </td> > > > > > > .... etc.... > > > > > > > > > In InternetExplorer 6.x this code does not submit the form when the > > > contents of the TextField changes and loses focus. This code was > > > working previously with tacos4-beta-3-20060509-1708 > > > > > > Any clues? > > > > > > Thanks, > > > David Harvey > > > Ingenix, Inc. > > > > > > > > > > > > > > > > > > > > > > > > "Secure Server GDV" made the following annotations on 06/19/2006 > > > 02:12:29 PM ------------------------------"This e-mail, including > > > attachments, may include confidential and/or proprietary information, > > > and may be used only by the person or entity to which it is addressed. > > > > > If the reader of this e-mail is not the intended recipient or his or > > > her authorized agent, the reader is hereby notified that any > > > dissemination, distribution or copying of this e-mail is prohibited. > > > If you have received this e-mail in error, please notify the sender by > > > > > replying to this message and delete this e-mail immediately." > > > ============================== > > > > > > > > > _______________________________________________ > > > Tacos-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > > > > -- > > > > > > > > > > _______________________________________________ > > Tacos-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > > > > "Secure Server GDV" made the following > > annotations on 06/19/2006 10:27:49 PM > > ------------------------------"This e-mail, including attachments, may > > include confidential and/or proprietary information, and may be used only > by > > the person or entity to which it is addressed. If the reader of this > e-mail > > is not the intended recipient or his or her authorized agent, the reader > is > > hereby notified that any dissemination, distribution or copying of this > > e-mail is prohibited. If you have received this e-mail in error, please > > notify the sender by replying to this message and delete this e-mail > > immediately." > > ============================== > > > > > > _______________________________________________ > > Tacos-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > > > > -- > > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Tacos-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tacos-devel > -- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Tacos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tacos-devel
