passing parameters to a dialog
649820Dec 14 2010 — edited Dec 27 2010Hi,
I am invoking a dialog (not within a popup) upon clicking a command button/menu item.
I need to pass values to this dialog. The dialog is part of a taskflow. And I am invoking this dialog within another taskflow using a wild-card control flow rule.
So, in the calling taskflow, any call to "action=invokeDialog" should invoke the dialog via "dialog:invokeDialog".
I am passing parameters to this dialog using "setPropertyListener". But, in this case, I am only able to pass one parameter. If I make use of another parameter, the called page, that is part of the dialog taskflow doesn't render properly.
Anybody faced such issue ?
Thanks,
Pawan.