Hi,
I would like to have your help with my code to display a message from while loop. I have a list and each item have a record button, on clicking it a sidebar would open and the customer can enter some form data. On saving this data the page will redirect to sidebar callback of previous page, there am performing another save operation. I am using a do while loop to fetch the data required for this operation, but the thing is I want to display a message in case of failure to fetch data, to customer whether he want to retry or cancel. On ok click the loop should continue and on cancel, should break from the loop.
First issue I faced during implementation is displaying of message, since sidebar will only close after the successful completion of processing of sidebarcall back event, dialog hidden behind the sidebar. The other area where I am having conflict is the button clicks.
It would be a lot helpful for me if you can get back to me as soon as possible.
Thanks Regars,
Smisha Alias