掲示板

popup + spring porlet mvc

11年前 に Nicolas H によって更新されました。

popup + spring porlet mvc

New Member 投稿: 1 参加年月日: 12/10/04 最新の投稿
Hi community, this is my first post on liferay forum, hope you won't be mean emoticon

Here's my setup

1 contoller (spring MVC) which as
-3 @Rendermapping
form-step1.jsp
form-step2.jsp
congrats.jsp

- 2 @ActionMapping
formstep1Validation
formstep2Validation

my flow is : display form-step1.jsp directly on the portal, process to the action formstep1Validation which then redirects to the form-step2.jsp rendering which is validated by the formstep2Validation action, then finally I have the congrats.jsp display.

This works fine, now I need to display form-step2.jsp into a popup, i also need to handle the case where a user is going to close the popup, and I've read Using Popup in liferay page, But i fail to understand how to apply this on my case, as I just see how to open new renderUrl in popup using jsp.

I thought that all I needed to do is to somehow pass the windows state at rendering time on my Render reponse, but there's no such thing.
So i g