.attr("prompt", keyboard.getPromptLabel(), null)
.attr("backText", keyboard.getBackspaceLabel(), null)
.attr("clearText", keyboard.getClearLabel(), null)
.attr("closeText", keyboard.getCloseLabel(), null);
wb.finish();
}
protected void encodeMarkup(FacesContext context, Keyboard keyboard) throws IOException {
ResponseWriter writer = context.getResponseWriter();
String clientId = keyboard.getClientId(context);