"If you need to disable this check (on your own risk!) set the param " +
"org.apache.myfaces.VALIDATE in your web.xml context parameters to false");
}
}
UIForm htmlForm = (UIForm) component;
ResponseWriter writer = facesContext.getResponseWriter();
String clientId = htmlForm.getClientId(facesContext);
String actionURL = getActionUrl(facesContext, htmlForm);
String method = getMethod(facesContext, htmlForm);
String acceptCharset = getAcceptCharset(facesContext, htmlForm);
writer.startElement(HTML.FORM_ELEM, htmlForm);