STRUTS2 Tabbed interface problem with Tiles tag in IE6
Prajatna Mahunta
Greenhorn
Joined: Sep 01, 2008
Posts: 25
posted
0
I have designed a tiles frame using Struts 2.1.8 .
In the body part of the tile frame I am trying to insert a jsp having struts tabbed interface .( <sx:tabbedInterface> ).
The content of each tab is not coming in IE6 where as in firefox it is working fine.
My beselayout.jsp for tile is--
And the newRequest.Jsp which is replacing the body of the tile is
Surprisingly when I am trying to call this page containing tabbed interface separately(not as a content of tile frame), the contents are displaying perfectly.
But with tiles frame... ..
Can anybody suggest how it is behaving like this in IE6 ..where as working fine in Mozilla. Any solution for this...???
The Dojo tags are deprecated for a reason--they use a very old version of Dojo, which may or may not be compatible with IE6. There's also a reason IE6 is deprecated--it's horrible.
You'll probably want to look in to Dojo 0.4.3 vs. IE6 compatibility issues, but I suspect you'll come away disappointed.