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

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

    [ http://issues.apache.org/struts/browse/SHALE-297?page=comments#action_38297 ] 
            
Abdul Subahan  commented on SHALE-297:
--------------------------------------

Hi, I tried my example with Shale 1.0.3 as you advised and I still get the same problem. I use tomahawk 1.1.3 and declare the jsf extension as

<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>

I also even tried with tomahawk 1.1.5 and it doesn't work. In SHALE-65 the overview says the lib should include commons-chain.jar, which I am not including. Will that be an issue? Pls reply.

> 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