1

I used TabLayoutPanel widget in my GWT project but it is not working in ie. somewhere i read if i use RootLayoutPanel instead of RootPanel it will work. but for usnig RootLayoutPanel I should use some standard doctype in my html page.

which of doctype i can use in my GWT project?

RGDS

Nav
  • 4,450
  • 10
  • 53
  • 84

1 Answers1

1

See here for the GWT 2.0 layout system.

z00bs
  • 7,518
  • 4
  • 34
  • 53