
|
If you were logged in you would be able to see more operations.
|
|
|
|
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"/>
|
|
Description
|
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"/> |
Show » |
|