ButtonArea buttons = new ButtonArea();
buttons.addButton(i18n.tr("�bernehmen"),new Action()
{
public void handleAction(Object context) throws ApplicationException
{
container = new AccountContainer();
container.blz = (String) getBLZ().getValue();
container.userid = (String) getUserId().getValue();
container.customerid = (String) getCustomerId().getValue();
container.filter = (String) getFilter().getValue();
container.host = (String) getHost().getValue();