Displaying contents from CMS on Vaadin sub window

Hi All,

I need to display contents from liferay CMS on one of my vaadin portlet’s subwindow.

For example I have the url of the cms content say , /c/journal/view_article_content?groupId=10162&articleId=14814&version=1.0
I have to show this content on a subwindow.

Please suggest how to achieve this.
Thanks
L P

Use the com.vaadin.ui.Embedded component.

See
The Book of Vaadin, Chapter 5.17
for more info, and see the
Vaadin Sampler
for a demo (and source of the demo)

Cheers,

Charles.