Dear Christopher,
I found the cause for my troubles:
http://support.microsoft.com/kb/927917/en
The taglib uses
document.body.appendChild
which causes IE 7 to crash :( Microsoft states as workaround to upgrade
to IE 8, that is <irony>a very good solution</irony>
You helped me with your hint:
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.
bacause I looked at the generated HTML and saw the above stated command.
I found a forum entry that pointed me to that M$ page. So IE is to
blame, not my code.
Thanks again, I will have to find another way of doing things, I guess,
since it is odd to let users encounter this problem and let them be
annoyed about the website not working.
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org