1 Reply Latest reply on Aug 31, 2009 10:55 PM by asookazian

    Validation for Text box in datatable

    gpasudha

      Hi All,
      How to validate the textbox which placed in datatable?im already validate the textbox if it is placed in outside of textbox.

        • 1. Re: Validation for Text box in datatable
          asookazian

          Are you talking about <h:inputText>?  If yes, are you talking about live validation or on submit?  For live, use <a4j:support>.  You will need to determine whether you need a Hibernate validator or custom Seam validator and then use <s:validate> accordingly.