posted 15 years ago
Hi,
keep the message tag seperately in panelGrid above the DataTable and declare the message tag as Globally like the code shown below,
<h:panelGrid id="panel1" columns="1" width="100%">
<h:messages id="message_queryDesign" globalOnly="true" layout="table" showDetail="true" errorClass="ERROR" infoClass="INFO" />
</h:panelGrid>
then it will work fine.
Thanks ,
A.Viswanath Yadav