}
private static void addIndexPage(CoreDeployment deployment) {
FaceletAsset p = new FaceletAsset();
p.stateless(true);
p.body("<h:form id='form' prependId='false'>");
p.body("<h:commandButton id='jsfAjax' value='JSF AJAX' oncomplete='document.title = \"completed\"'><f:ajax render='@none' /></h:commandButton>");
p.body("<h:commandButton id='richfacesAjax' value='RichFaces AJAX'><a4j:ajax render='@none' /></h:commandButton>");