Vaadin 7 Request and Embedded UI

Hi folks,

i started with vaadin few days ago. I embedded an UI in a jsp by vaadin.initApplication javascript’s function. UI is loading and all work but i have a lot of problem with request/session/response.

If i navigate localhost:8080/myjsp/myui i’m able to us request.getParameter() etc.

If i navigate localhost:8080/myjsp (where i embedded the UI) request.getParameter() return null.

I used RequestHandlers too with no fortune.


Can someone explain how get request/session from an embedded ui??

Tnx.

Perhaps you are running into
this
bug.

Yes. We really dont like ifram-embedded road. We will move all in a vaadin ui, it’s a bit more work because we are new in vaadin but no problem.

Tnx Mercin.