Hi all,
I want to display a view in a popup dialogue without using javascript, so I create my cview as following :
<view-state id="confirmation" view="popupView" model="popupForm" popup="true">
<transition on="confirm" to="anotherState"/>
<transition on="cancel" to="currentStae" />
</view-state>
I create a jsp file that I declared in the tiles def files with the id "popView"
The problem is that when I call this state, my jsp "popupView " is displayed in the same window but not in a popup dialogue. Is there any thing missing ? since I havnt find any complete example.
any help will be appreciated,
bizertin.


Reply With Quote