Hi, I have a com.google.gwt.user.client.ui.HTML element on which I call the setHTML method and pass in a string which is a html table. Although this works on FF, it doesn't on Chrome. Chrome removes all the table-related tags and leaves me with just the cell contents. The code I'm using is actually following the article on large scale GWT development available from the GWT resources :
http://code.google.com/intl/fr/webtoolkit/articles/mvp-architecture-2.html This example uses the uiBinder approach. Has anyone experienced anything similar? -- 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.
