How would I create or is there built in functionality in XAF to display a message box in a XAF web application?
There are two approaches.
You can use the ConfirmationMessage property of any action.
For more advanced scenarios, there is a sample project attached to this support centre ticket which demonstrates how to display a dialog via a PopupWindowShowAction
.