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

Craig McClanahan resolved SHALE-370.
------------------------------------

    Fix Version/s: 1.0.4-SNAPSHOT
       Resolution: Fixed
         Assignee: Craig McClanahan

Fixed in nightly build 20061221.  Thanks for the patch!


> Unclosed tag in validation example
> ----------------------------------
>
>                 Key: SHALE-370
>                 URL: http://issues.apache.org/struts/browse/SHALE-370
>             Project: Shale
>          Issue Type: Bug
>            Reporter: Luis Parravicini
>         Assigned To: Craig McClanahan
>            Priority: Trivial
>             Fix For: 1.0.4-SNAPSHOT
>
>
> One tag in the example of the section 'Using Commons Validator Integration' 
> has an unclosed tag. Below is the patch to fix it.
> --- index.xml   2006-12-20 14:46:21.500000000 -0300
> +++ index_corrected.xml 2006-12-20 14:47:08.859375000 -0300
> @@ -105,7 +105,7 @@
>          <s:commonsValidator type="creditCard"
>                               arg="#{msgs.creditCardNumberPrompt}"
> -                          server="true">
> +                          server="true"/>
>      </h:inputText>
>      <h:message for="creditCardNumber" styleClass="errors"/>

-- 
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

        

Reply via email to