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...???