Doubts on using div appraoch for embedding a vaddin component

I am following http://vaadin.com/book/-/page/application.embedding.html to embed a Vaadin component in a web page using div method.

The document is not very clear to me,

For example the code

to actually place the component.

Now on the entire page it is not mentioDoubtned that from where this will map to the actual component?

I’m not sure if the example from the manual is correct, but this is:


http://dev.vaadin.com/browser/versions/6.2/WebContent/multiapp.html

It shows how to embed multiple applications on one page using div-elements as placeholders.

not sure why but the default theme which was coming in case of iframe is gone now. any idea?

Did you remember to add the Vaadin theme stylesheet to your page?

<link rel="stylesheet" type="text/css" href="/VAADIN/themes/reindeer/styles.css">