private static void addIndexPage(IterationDeployment deployment) {
FaceletAsset p = new FaceletAsset();
p.xmlns("rich", "http://richfaces.org/iteration");
p.xmlns("a4j", "http://richfaces.org/a4j");
p.xmlns("fn", "http://java.sun.com/jsp/jstl/functions");
p.body("<script type='text/javascript'>");
p.body("function filterEdt(filterValue) { ");
p.body(" var edt = RichFaces.$('myForm:edt'); ");
p.body(" edt.filter('column2', filterValue, true); ");