38394041424344454647
} @Override public List<HtmlInput<?>> getInputs() throws DatabaseException { CommandTemplate f = new CommandTemplate(); f.addAll(this.getFormScreen().getNewRecordForm().getInputs()); f.setAll(previousRequest); return f.getInputs(); }