Broken links in 'Shale Commons Validator Integration'
-----------------------------------------------------
Key: SHALE-395
URL: https://issues.apache.org/struts/browse/SHALE-395
Project: Shale
Issue Type: Bug
Components: Documentation, Validator
Affects Versions: 1.1.0-SNAPSHOT
Reporter: Luis Parravicini
The section 'Shale Commons Validator Integration' has some broken links. Below
is the patch to correct them:
--- index.xml 2007-01-23 16:05:20.796875000 -0300
+++ index-corrected.xml 2007-01-23 16:19:44.437500000 -0300
@@ -53,9 +53,9 @@
<subsection name="Services Provided">
<p>Shale provides three JSP tags that let you use the Commons
Validator:
- <a
href="shale-core/tagreference-taglib.html#s:commonsValidator"><code>s:commonsValidator</code></a>,
- <a
href="shale-core/tagreference-taglib.html#s:validatorVar"><code>s:validatorVar</code></a>,
- and <a
href="shale-core/tagreference-taglib.html#s:validatorScript"><code>s:validatorScript</code></a>.
The
+ <a
href="tagreference.html#commonsValidator"><code>s:commonsValidator</code></a>,
+ <a
href="tagreference.html#validatorVar"><code>s:validatorVar</code></a>,
+ and <a
href="tagreference.html#validatorScript"><code>s:validatorScript</code></a>. The
first two lets you attach a commons validator to a JSF input
component and
the third generates JavaScript validation code for validating
each JSF component
that has one or more Commons validators in a particular form.
You can attach as
@@ -155,12 +155,12 @@
<p>To replace one of the provided rules,
place a modified copy of
- <a
href="http://svn.apache.org/repos/asf/shale/framework/trunk/shale-core/src/main/resources/org/apache/shale/validator/validator-rules.xml">validator-rules.xml</a>
+ <a
href="http://svn.apache.org/repos/asf/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml">validator-rules.xml</a>
in your webapp, and refer to it instead of the default file.</p>
<p>To add messages for your own validation rules, or to
customize the
- <a
href="http://svn.apache.org/repos/asf/shale/framework/trunk/shale-core/src/main/resources/org/apache/shale/validator/messages.properties">provided
messages,</a>
+ <a
href="http://svn.apache.org/repos/asf/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties">provided
messages,</a>
configure a message bundle for your application in
/WEB-INF/faces-config.xml.</p>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.