-
Jun 26th, 2012, 08:49 AM
#1
How to get a xhtml page as a pop up through WebFlow? Pls help
Hi friends,
I want a xhtml file to be displayed as a pop-up.
Say the file's name is graph.xhtml
Presently I have written the flow as
<transition on="dateChange" to="showGraph">
<evaluate expression="asController.printGraph(graphBean,acco unt.accountNumber)"
result="flowScope.graphData" />
</transition>
<view-state id="showGraph" view="graph.xhtml">
And the file was displaying in a separate page.
I was suggested to add a line "popup=true" in the flow like the following line, so that this page would display as a popup without any problem.
<view-state id="showGraph" view="graph.xhtml" popup="true">
But it is not working and the page is again displaying as a separate page only. Please help me in how to bring the page as a pop-up.
-
Jun 26th, 2012, 12:20 PM
#2
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules