Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

passing parameters to a dialog

649820Dec 14 2010 — edited Dec 27 2010
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 24 2011
Added on Dec 14 2010
6 comments
192 views