Client Validation on objects within JSF Datatable
-------------------------------------------------
Key: SHALE-297
URL: http://issues.apache.org/struts/browse/SHALE-297
Project: Shale
Issue Type: Bug
Affects Versions: 1.0.2
Environment: Shale 1.0.2, JDK 1.5.0_05, myfaces tomahawk 1.1.3,
weblogic 9.2, Windoxs XP Professional
Reporter: Abdul Subahan
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira