Learning a new framework requires patience and is prone to some errors. This section is a compilation of "regular" errors/mistakes that you will probably experience when using XEO.
There are several situations that could cause this problem to occurs, check the following scenarios:
If you are trying to display a message using the XUIMessage class with something like the following:
XUIRequestContext.getCurrentContext().addMessage("ID", new XUIMessage(XUIMessage.TYPE_ALERT, XUIMessage.SEVERITY_ERROR, "Error", "MyCustomError"));
And the message is not being displayed, check if you're declaring the xvw:errorMessages component in the XML declaration of the viewer (this is not need in a viewer which contains the xeo:formEdit component). You need to declare the xvw:errorMessages component in your viewer in order to display these messages.
No permission to view TWiki.WebTopBar