Have you dont some basic troubleshooting yet? Things as simple as throwing some alerts() in various functions and between various lines and seeing where it fails? If you have Visual Studio installed, you'll have a full debugger, which can help, but without that it's a bit trickier on IE... you can throw together a quick logger to use, or steal the one in AjaxParts Taglib (APT):
http://javawebparts.sourceforge.net ...or take any of the other 100 implementations you can quickly find in Google. Either way, narrowing down where the problem occurs is the first step. Frank -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com AIM/Yahoo: fzammetti MSN: [EMAIL PROTECTED] Author of "Practical Ajax Projects With Java Technology" (2006, Apress, ISBN 1-59059-695-1) Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Thu, September 21, 2006 12:37 pm, Daniel Chacón Sánchez wrote: > Sorry, the problem is the same on IE 7 and IE 6, so is not a version > problem. And I don´t receive a javascript error, that was for something > else > that I alredy fix, someone, any help?? > > 2006/9/21, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: >> >> Hi all, >> >> I'm using struts with AJAX >> >> I introduced Ajax to my struts application based on the article: >> *"**Sprinkle >> Some AJAX Magic in Your Struts Web Application" >> http://today.java.net/pub/a/today/2005/10/27/sprinkle-ajax-magic-into-struts-webapp.html?page=1 >> * >> >> I use the ajax javascript and the function retrieveUrl, all works fine >> :-) >> buuuut when I ran the application on IE 7 the ajax does not work. >> >> I simple recibe a javascript error that say: "object spected", I used >> the >> firefox debug and didn´t found an error, do IE have something like that >> to >> get a better message with the problem, any suggestion?? >> >> When I ran my application with Firefox or netscape all works fine. The >> problem is with the IE >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]