Uploaded image for project: 'Shale'
  1. Shale
  2. SHALE-297

Client Validation on objects within JSF Datatable

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 1.0.2
    • 1.0.3
    • None
    • None
    • Shale 1.0.2, JDK 1.5.0_05, myfaces tomahawk 1.1.3, weblogic 9.2, Windoxs XP Professional

    Description

      Unable to validate objects which are inside the jsf datatable.

      Below Sample code causes javascript and ignores total javascript validation.

      <t:dataTable id="data" styleClass="standardTable"
      var="ilist" value="#

      {test.arr}" >
      <t:columns value="#{test.arr}

      " var="column">
      <h:inputText value="#

      {test.salary}

      " />
      <s:commonsValidator type="required" arg="Salary" server="true" client="true"/>
      </t:columns>
      </t:dataTable>

      Attachments

        Activity

          People

            Unassigned Unassigned
            abdulsubahan Abdul Subahan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: