// get the list of column families
Table table = Table.open("Mailbox");
Set<String> columnFamilyComboBoxSet = table.getColumnFamilies();
formatter.append("insert into ");
formatter.addCombobox(columnFamilyComboBoxSet, "columnfamily", 0);
formatter.append(" : <INPUT name=columnName>");
formatter.append(" data = <INPUT name=data>");
formatter.appendLine(" where key = <INPUT name=key>\n");
formatter.appendLine("<BR>\n");
formatter.appendLine("<INPUT type=\"submit\" value=\"Send\"> <INPUT type=\"reset\">\n");