OPEN - issue SWF-404: wrong namespace in reference manual for client side validation.
http://opensource.atlassian.com/projects/spring/browse/SWF-404
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
|
||||
"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
|
||||
<facelet-taglib>
|
||||
<namespace>http://springframework.org/faces</namespace>
|
||||
<namespace>http://www.springframework.org/tags/faces</namespace>
|
||||
|
||||
<tag>
|
||||
<tag-name>clientTextValidator</tag-name>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
xmlns:ui="http://java.sun.com/jsf/facelets"
|
||||
xmlns:h="http://java.sun.com/jsf/html"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
xmlns:sf="http://springframework.org/faces"
|
||||
xmlns:sf="http://www.springframework.org/tags/faces"
|
||||
template="/template.xhtml">
|
||||
|
||||
<ui:define name="content">
|
||||
|
||||
@@ -255,7 +255,7 @@
|
||||
following namespace declaration to the header of your Facelets view template:
|
||||
</para>
|
||||
<programlisting>
|
||||
xmlns:sf="http://www.springframework.org/faces"
|
||||
xmlns:sf="http://www.springframework.org/tags/faces"
|
||||
</programlisting>
|
||||
</sect3>
|
||||
<sect3>
|
||||
|
||||
Reference in New Issue
Block a user