I have a rich:tabpanel
with several tabs which contains some inputs in each tab. The tabpanel has switchType="client"
tag attribute value. There is also a submit button(commandButton) that submit the form.
I want to show a message on the top of the webpage that list all tabs which input caused a validation error. Any help would be welcome.