fixed submitbutton error

This commit is contained in:
Peter Schojer 2008-09-05 06:28:38 +00:00
parent 9778ea9f5e
commit c88807c18c

View File

@ -214,7 +214,6 @@ void WebApplication::notifySubmitButton(Renderable::ID id)
throw WebWidgetsException("failed to find submitButton with id " + Poco::NumberFormatter::format(id));
it->second->buttonClicked(this);
_submitButtons.erase(it);
}