Rich tab panel has a server switch mode, when using this mode what is goings on ,that is if i put a form in each tab i expect only this form posted and no action called .But action="#{licenseIMC.downloadRequest}" called .And what will happen if i put all tab panel inside a single form.
<rich:tab id="updateLicensesTab" label="Update licences">
<h:form id="updateLicensesForm">
<h:outputText value="Request file" />
<a4j:htmlCommandLink id="request"
action="#{licenseIMC.downloadRequest}"
value="Generate License Request"
title="Generate License Request" />