• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

STRUTS2 Tabbed interface problem with Tiles tag in IE6

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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...???

 
Author
Posts: 12617
IntelliJ IDE Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic