-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jan,
On 5/19/2009 6:54 PM, Jan Peters wrote: >> If you don't include the Flash document embedded in the HTML document, >> does MSIE still crash? Try simply using HTML comments to remove it: >> >> <!-- >> <embed src="...." /> >> - --> > > unfortunately to no avail. MSIE still crashes? Even without the .swf download? So... you have a plain HTML document that can crash MSIE? Cool! >> Interesting. So, if you generate an HTML page (say, using Firefox) using >> this JSP and then browse it using MSIE, everything is okay? It's only >> when you use the JSP dynamically with MSIE that it breaks? >> >> > No, it breaks all the time. I do not know what is causing the breaking of IE > which is odd. I tried commenting out the taglib parts, but nothing helped. What happens if you remove sections of your JSP systematically until you have nothing left? There must be *some* point at which the browser stops crashing... >> How about an access log instead of the mod_jk one? >> >> > ttp://[mysite]/jsp-examples/ct/flamingo-mc_2_0_5/flamingo/flamingo.swf?config=../config/test.xml" > "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR > 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)" ...looks like the browser is still requesting the .swf file... >>> <j:jscall name="f" >>> url="http://[mysite]/jsp-examples/ct/ClimateConnector.jsp"/> >>> <j:jscall name="f2" >>> url="http://[mysite]/jsp-examples/ct/ClimateConnectorTemp.jsp"/> >>> >> So, what HTML does this generate? I must admit, I don't understand the >> usefulness of this tag library, since you can use <jsp:include> to do >> the same thing if I understand this tag properly. You could also use an >> external .js file and call functions in it. <shrug> >> >> > This taglib is capable executing parts of the jsp without reloading > the whole page again. Can you tell me another way of loading the > ClimateConnector.jsp from the page? I just need to execute the jsp with > a query parameter attache "id=..." to trigger the database query. That > is what the taglib does at the moment. The parts of the JSP aren't "executed"... they are imported into your HTML, which you could probably see if you had posted the generated HTML. Then your javascript triggers in the generated page do various things. The taglib itself doesn't cause any requests to occur. >> Why do you suspect mod_jk is the problem, here? > > Just a guess. Okay, well, then make your requests directly to Tomcat and see if it fixes the problem. Does it? - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkoVjfYACgkQ9CaO5/Lv0PCfbQCggyyFMjWlbmE/wGJalUZKI7tv kzIAoJ5Mxr80OG65GYEZVurmt24hjIAt =N4kH -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org