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:
Jeremy Grelle
2007-09-10 21:32:19 +00:00
parent 8849235cbb
commit 27dd34569d
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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