The <!doctype html> indicates that the browser should be running in standards mode, which is required for GWT 2.0's new LayoutPanel type of layout. However just using the original layout panels (FlowPanel, HorizontalPanel, etc) still works the same as ever, in quirks mode. So if a library you want to use doesn't work in standards mode, then just stick with the previous non-LayoutPanels; no need to go back a version.
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html On May 11, 6:28 am, Navigateur <naveen.c...@googlemail.com> wrote: > Is there a way to get these things working in GWT 2.0? > > I've found that gwt-diagrams2 works when deleting <!doctype html> from > the html file, but other things don't work then! > > Would anybody recommend me going back to GWT 1.7? > > Many thanks, N > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com. > For more options, visit this group > athttp://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.