assertEquals("Tampa Bay", selectInput.getAttribute("value"));
}
private static void addIndexPage(InputDeployment deployment) {
FaceletAsset p = new FaceletAsset();
p.xmlns("a4j", "http://richfaces.org/a4j");
p.xmlns("rich", "http://richfaces.org/input");
p.body("<h:form id='form'>");
p.body(" <rich:select id='select' enableManualInput='true'>");
p.body(" <f:selectItems value='#{autocompleteBean.suggestions}' />");