String messageArea = validateAttributes.getMessageArea();
String messagePopup = validateAttributes.getMessagePopup();
// Render JavaScript
ScriptAttributes scriptAttributes = new ScriptAttributes();
scriptAttributes.setLanguage("JavaScript");
scriptAttributes.setType("text/javascript");
openScriptElement(scriptAttributes, currentBuffer);
StringWriter scriptWriter = new StringWriter();