I often experience this when I reRender commandButtons/Links.
Your a4j:form is in effect reRendering itself. Try changing it to something like this:
UPDATE: move your h:form to enclose the a4j:include. Pretty sure that it needs a form and of course you can't nest forms.