private static void addIndexPage(OutputDeployment deployment) {
FaceletAsset p = new FaceletAsset();
p.xmlns("rich", "http://richfaces.org/output");
p.xmlns("misc", "http://richfaces.org/misc");
p.xmlns("a4j", "http://richfaces.org/a4j");
p.xmlns("c", "http://java.sun.com/jsp/jstl/core");
p.body("<h:form id='myForm'>");
p.body(" <h:commandButton value='Call the popup' class='showButton'> ");
p.body(" <misc:componentControl target='popup' operation='show' /> ");
p.body(" </h:commandButton> ");