Thanks Jeff, this will save me plenty of headaches later this year when I
deploy my app, the default generated by Spring Roo uses transitional even
though the docs explicitly says that the doctype should be <!DOCTYPE html>

Is this something that I need to log with GWT or with the Spring guys?

The GWT 2.0 layout system is intended to work only in "standards mode". This
means that you should always place the following declaration at the top of
your HTML pages: <!DOCTYPE html>
What won't work in standards mode?

As mentioned above, some of the existing GWT panels do not behave entirely
as expected in standards mode. This stems primarily from differences between
the way standards and quirks modes render tables.



--
Jan Vladimir Mostert
BEngSci

Mail: [email protected]
MyCee Technologies


On Wed, Feb 2, 2011 at 9:10 PM, Jeff Larsen <[email protected]> wrote:

> That goes for anything that has Layout in the name.
>
> see more info here.
>
> http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to