You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shale.apache.org by "Gary VanMatre (JIRA)" <ji...@apache.org> on 2006/09/29 04:37:26 UTC

[jira] Resolved: (SHALE-297) Client Validation on objects within JSF Datatable

     [ http://issues.apache.org/struts/browse/SHALE-297?page=all ]

Gary VanMatre resolved SHALE-297.
---------------------------------

    Fix Version/s: 1.0.3
       Resolution: Duplicate

This is a duplicate of SHALE-65 fixed in Shale 1.0.3.  You can find this build here: http://people.apache.org/dist/shale/v1.0.3/

A recent summary of Validator fixes:
http://www.nabble.com/Shale-validation-with-custom-rules-t2333950.html#a6500400

> 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