I have a jsf 2.2 application (myfaces 2.2.8). On a page I have multiple forms from different included (jsf:include
) facelet files.
In one file a form is defined with a <f:event type="postValidate"...>
tag. In another included file another form is defined with only a submit button.
Clicking on this button triggers the listener defined in f:event
. Why?