in a CAF Portlet after hitting an async command button executing a service on the IS, the service can respond with a status that it cannot continue.
If this is the case the portlet should show a modal dialog asking the user if he wants override the status and continue the work of the service or he wants to cancel the service.
The implemenation of the flows to be executed on the users decision is clear.
The issue is how to get the modal dialog reacting on the status of the executed service.
As fas as I can tell from my current observations is that the toggle triggers the dialog before the results of the service are available.
that is corrent sysntax, not sure why it is not working
Alternatively, you could use below syntax to achieve the same
[B]CAF.model(“#{activePageBean.clientIds[‘‘defaultForm:hidden1’’]}”).raise();
[/B]make sure hidden1 exists in yout form named “defaultForm”; else use only hidden1