When the defaultLinkAction function (tacos.js) is used to create an AJAX call and the user clicks a link on the page before the AJAX call is loaded, firefox hangs and displays "[object Object]". This is due to the error function being called (XMLHttpObject status 0), which does a document.clear()/document.writeln(error), causing FF to not render the clicked page.
This does not happen with IE.
This does not happen in the formSubmit function because the error method does not do the document.clear()/writeln.
Fix: remove document.clear()/document.writeln() from the error method of defaultLinkAction, use the same error action as in the formSubmit function.
Firefox 1.5, Tacos 4.0, Tapestry 4.0 I tried adding this to the jotspot bugreport but it looks like there is no guest posting.
- Ferdy
------------------------------------------------------------------------- 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 Tacos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tacos-devel