Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
I am very new to this work. I am just trying to display a simple pop up with selected data.i mean to say that if i have a registration form on clicking of submit i need to get a pop up stating all the selected entries in that pop up.
Please guide me to do that.
Regards, Sahiti
Hi Sahiti,
you can use a modal dialog which opens when clicking submit button having fields bound to entered data.
Regards, Holger
You can follow the below link to use modal dialog functionality.
[url]http://techcommunity.softwareag.com/ecosystem/communities/public/webmethods/products/bpm_suite/tutorials/popup-dialog/index.html[/url].
Thanks Baharul Islam
Link share by Baharul should get you started with the control.
Just to add on the use case. Use a bean to map all the fields of the form and on click of submit you can use the same bean to display the data on Modal Box.
Thanks Abdul Bari Khan