0 Replies Latest reply on Jun 17, 2009 6:11 AM by vavijay

    displaying Alert message

      Hi .,
      i have to display alert message below <h:inputText> but it is not displaqying ,if i give the outputPanel immediate to form it is displaying correctly .pls..help me to display alert message below the text box




      <s:decorate id="amountId">


      <h:inputText id="amount" maxlength="8" value="#{addOtherCharges.resOtherCharge.amount}" label="Amount" style="width: 152px;" required="true">
      <f:validateDoubleRange minimum="0" maximum="99999.99"/>
      </h:inputText>


      <a:outputPanel id="checkIn" ajaxRendered="true">

      <h:messages id="error" errorClass="error">
      </h:messages>

      </a:outputPanel>




      </s:decorate>