Display the error message at the bottom of the screen (GWC for HTML5)

By default, the error message displays next to the field when using GWC for HTML5. This differs from the GDC default, where the error message appears at the bottom of the screen.

To have the error message display at the bottom of the screen:

Edit the UIError.xhtml snippet and remove all the code in the gwc:snippet-root tag.
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns='http://www.w3.org/1999/xhtml' xmlns:gwc='http://www.4js.com/GWC'>

<head>
  <meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
</head>

<body>
  <gwc:snippet-root>
  </gwc:snippet-root>
</body>

</html> 

The error tooltip will no longer appear anywhere. You are back to the GDC behavior.