#2019 closed defect (duplicate)
IE hangs when dojo and struts-html taglib is used on one JSP
Reported by: | guest | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.4 |
Keywords: | taglib struts IE | Cc: | |
Blocked By: | Blocking: |
Description
I am using IE6.0.2900.2180.xpsp_sp2 and dojo from Trunk. This is a simple JSP-page which demonstrates the problem:
<%@ taglib uri="/tags/struts-html" prefix="html" %> <html:html>
<head>
<html:base/> <script>
djConfig = {
isDebug: true
};
</script> <script src="<html:rewrite page='/dojo/dojo.js'/>"></script>
</head> <body>
test
</body> </html:html>
I am using the following struts-html tablib:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE taglib PUBLIC "-Sun Microsystems, Inc.DTD JSP Tag Library 1.1EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>1.2</tlibversion> <jspversion>1.1</jspversion> <shortname>html</shortname> <uri>http://struts.apache.org/tags-html</uri> <tag> ...
I´ll send a screenshot with the error displayed soon.
Attachments (3)
Change History (7)
Changed 14 years ago by
Attachment: | dojo-IE-bug.JPG added |
---|
comment:2 Changed 14 years ago by
The problem seems to be the generated <base> tag. Dojo can not handle the page in IE6 if there is a line like this:
<base href="http://localhost:8080/test/login.do">
comment:3 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Looks like a dup of #1991 (which for some reason is assigned to me although it doesn't seem to have anything to do w/widgets)
screenshot 1