[ http://issues.apache.org/struts/browse/SHALE-297?page=comments#action_38299 ] Craig McClanahan commented on SHALE-297: ----------------------------------------
Could you do the Shale developers a favor and try an eperiment? Try including commonx-chain-xxx.jar explicitly in your build script (even though it *should* be included implicitly), and see if that addresses the exception yiou are seeing. If this fixes the problem, then it's a pretty straightforward issue of updating the dependencies in a pom.xml file. If not, then more research is warranted. > 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 > Fix For: 1.0.3 > > > 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
