I want to embed a vaadin component in a web page. i m confused on what should come to src of iframe?
for embedding it as div i am using following:
var vaadin = {
vaadinConfigurations: {
‘joinus’ :{
appUri:‘/server’,
pathInfo: ‘/SubscribeModule’,
themeUri: ‘/VAADIN/themes/sakshumTheme’,
versionInfo : {vaadinVersion:“6.1.4”,applicationVersion:“NONVERSIONED”}
},
}};
Now, if I have to use it as iframe what should i put src attribute ?