vivek
(vivek kumar)
1
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?
Risto
(Risto Yrjänä)
2
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.
vivek
(vivek kumar)
3
not sure why but the default theme which was coming in case of iframe is gone now. any idea?
Jouni1
(Jouni Koivuviita)
4
Did you remember to add the Vaadin theme stylesheet to your page?
<link rel="stylesheet" type="text/css" href="/VAADIN/themes/reindeer/styles.css">