0 Replies Latest reply on Apr 10, 2008 8:08 AM by peerless

    <a4j:outputPanel Works in FF, but not in IE! lol

    peerless


      Friends, i have a code:

      <table class="Tabela_Form">
       <tr>
       <td width="35%"></td>
       <td width="65%">
       <a4j:outputPanel ajaxRendered="true">
       <t:messages layout="table" styleClass="error" showSummary="false" showDetail="true" globalOnly="true"/>
       </a4j:outputPanel>
       </td>
       </tr>
       </table>


      It work in FF, but not in IE. But, if i wrap my Table with the outputPanel, works!!! BUT.. my unalign my space ...

      ideas?

      Thanks!