how to send error message to user from agent when using xpages?
Here the detail engine: 1. The xpages contains a button. when the button was clicked then it will call the agent to process the context info 2. On processing the agent, is it possible to send warning message to user (dialog box)? If yes, What command for send it?
Thanks
An agent cannot directly interact with XPages. One method would be to write output to a control document and for XPages to pick up that control document and put the message in a requestScope variable to be displayed on the page.