Hi there,
Is it possible to make a transition between 2 view states which both are defined with a popup="true" parameter?
The presented above code doesn't work. It opens second popup on on="showView2" tranistion.Code:<view-state id="view1" popup="true"> ... <transition on="showView2" to="view2" /> </view-state> <view-state id="view2" popup="true"> .... </view-state>
If I remove the popup="true" parameter in the view2 definition the view will be rendered in the main browser window which is not I would expect.
Any ideas how to solve this issue?
Regards,
Krzysztof


Reply With Quote