In version 2.2:
I have PageWithFormPresenter::actionDefault with this code
$form = $this["orderForm"];
$form->setAction($this->link(":Result:", "paramValue"));
/**
* @return UI\Form
*/
public function createComponentOrderForm() {
}
When form is submitted to destination url, presenter which serves this url (ResultPresenter) throws the BadSignalException with "The signal receiver component 'orderForm' is not found".
This worked without any error in 2.1. It's related to change in form submit url and "do" parameter in POST data, which was introduced in 2.2