Author: niallp Date: Sat May 17 17:44:36 2008 New Revision: 657484 URL: http://svn.apache.org/viewvc?rev=657484&view=rev Log: Port STR-3146 to 1.3 Branch TLD reports contain broken hyperlinks - thanks to Matthieu Chase Heimer for the patch
Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-bean.tld struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-bean.tld URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-bean.tld?rev=657484&r1=657483&r2=657484&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-bean.tld (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-bean.tld Sat May 17 17:44:36 2008 @@ -195,7 +195,7 @@ </p> <p>See the Bean Developer's Guide section on - <a href="../api/org/apache/struts/taglib/bean/package-summary.html#doc.Creation"> + <a href="../apidocs/org/apache/struts/taglib/bean/package-summary.html#doc.Creation"> bean creation</a> for more information about these differences, as well as alternative approaches to introducing beans into a JSP page.</p> ]]> Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld?rev=657484&r1=657483&r2=657484&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-html.tld Sat May 17 17:44:36 2008 @@ -117,7 +117,7 @@ </p> <p> If a graphical button is needed (a button with an image), then the - <a href="#image"><code>image</code></a> tag is more appropriate. + <code><html:image></code> tag is more appropriate. </p> ]]> </description> @@ -4915,9 +4915,9 @@ <![CDATA[ <p>Adds a parameter to the following tags: <ol> - <li><a href="#frame"><html:frame></a></li> - <li><a href="#link"><html:link></a></li> - <li><a href="#rewrite"><html:rewrite></a></li> + <li><html:frame></li> + <li><html:link></li> + <li><html:rewrite></li> </ol> </p> @@ -7244,7 +7244,7 @@ <p><strong>Render an URI</strong></p> <p>Renders a request URI based on exactly the same rules - as the <code><a href="#link">link</a></code> tag does, + as the <code><html:link></code> tag does, but without creating the <code><a></code> hyperlink. This value is useful when you want to generate a string constant for use by @@ -7963,7 +7963,7 @@ Renders an HTML <input> element of type <code>submit</code>. <p> If a graphical button is needed (a button with an image), then the - <a href="#image"><code>image</code></a> tag is more appropriate. + <code><html:image></code> tag is more appropriate. </p> ]]> </description> Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld URL: http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld?rev=657484&r1=657483&r2=657484&view=diff ============================================================================== --- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld (original) +++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/src/main/resources/META-INF/tld/struts-nested.tld Sat May 17 17:44:36 2008 @@ -80,7 +80,7 @@ attributes. These uses will then fall outside the nested context, and will most likely cause error. To take advantage of these options, markup using the original tag for these cases. For an example see the - <a href="options.html"><code><nested:options></code></a> tag. + <code><nested:options></code> tag. </p> ]]> </description> @@ -242,7 +242,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../bean/define.html"><code><bean:define></code></a> + <code><bean:define></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -302,7 +302,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../bean/message.html"><code><bean:message></code></a> + <code><bean:message></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -387,7 +387,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../bean/size.html"><code><bean:size></code></a> + <code><bean:size></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -437,7 +437,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../bean/write.html"><code><bean:write></code></a> + <code><bean:write></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -508,7 +508,7 @@ <p><strong>Nested Extension - Render A Checkbox Input Field</strong></p> <p>This tag is an extension of the - <a href="../html/checkbox.html"><code><html:checkbox></code></a> + <code><html:checkbox></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -769,7 +769,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/errors.html"><code><html:errors></code></a> + <code><html:errors></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -854,7 +854,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/file.html"><code><html:file></code></a> + <code><html:file></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -1131,7 +1131,7 @@ <p><strong>Nested Extension - Define An Input Form</strong></p> <p>This tag is an extension of the - <a href="../html/form.html"><code><html:form></code></a> + <code><html:form></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -1275,7 +1275,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/hidden.html"><code><html:hidden></code></a> + <code><html:hidden></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -1384,7 +1384,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/image.html"><code><html:image></code></a> + <code><html:image></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -1629,7 +1629,7 @@ <p><strong>Nested Extension - Render an HTML "img" tag</strong></p> <p>This tag is an extension of the - <a href="../html/img.html"><code><html:img></code></a> + <code><html:img></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -1886,7 +1886,7 @@ <p><strong>Nested Extension - Render an HTML anchor or hyperlink</strong></p> <p>This tag is an extension of the - <a href="../html/link.html"><code><html:link></code></a> + <code><html:link></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2171,7 +2171,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/messages.html"><code><html:messages></code></a> + <code><html:messages></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2236,7 +2236,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/multibox.html"><code><html:multibox></code></a> + <code><html:multibox></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2464,7 +2464,7 @@ <p><strong>Nested Extension - Render a Collection of Select Options</strong></p> <p>This tag is an extension of the - <a href="../html/options.html"><code><html:options></code></a> + <code><html:options></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2556,8 +2556,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/optionsCollection.html" - ><code><html:optionsCollection></code></a> + <code><html:optionsCollection></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2617,7 +2616,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/password.html"><code><html:password></code></a> + <code><html:password></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -2908,7 +2907,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/radio.html"><code><html:radio></code></a> + <code><html:radio></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -3151,7 +3150,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/select.html"><code><html:select></code></a> + <code><html:select></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -3421,7 +3420,7 @@ <p><strong>Nested Extension - Render A Submit Button</strong></p> <p>This tag is an extension of the - <a href="../html/submit.html"><code><html:submit></code></a> + <code><html:submit></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -3631,7 +3630,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../html/text.html"><code><html:text></code></a> + <code><html:text></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -3914,7 +3913,7 @@ <p><strong>Nested Extension - Render A Textarea</strong></p> <p>This tag is an extension of the - <a href="../html/textarea.html"><code><html:textarea></code></a> + <code><html:textarea></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4201,7 +4200,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/empty.html"><code><logic:empty></code></a> + <code><logic:empty></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4238,7 +4237,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/equal.html"><code><logic:equal></code></a> + <code><logic:equal></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4298,7 +4297,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/greaterEqual.html"><code><logic:greaterEqual></code></a> + <code><logic:greaterEqual></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4359,7 +4358,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/greaterThan.html"><code><logic:greaterThan></code></a> + <code><logic:greaterThan></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4420,7 +4419,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/iterate.html"><code><logic:iterate></code></a> + <code><logic:iterate></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4494,7 +4493,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/lessEqual.html"><code><logic:lessEqual></code></a> + <code><logic:lessEqual></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4555,7 +4554,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/lessThan.html"><code><logic:lessThan></code></a> + <code><logic:lessThan></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4616,7 +4615,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/match.html"><code><logic:match></code></a> + <code><logic:match></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4684,7 +4683,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/messagesNotPresent.html"><code><logic:messagesNotPresent></code></a> + <code><logic:messagesNotPresent></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4722,7 +4721,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/messagesPresent.html"><code><logic:messagesPresent></code></a> + <code><logic:messagesPresent></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4759,7 +4758,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/notEmpty.html"><code><logic:notEmpty></code></a> + <code><logic:notEmpty></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4796,7 +4795,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/notEqual.html"><code><logic:notEqual></code></a> + <code><logic:notEqual></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4857,7 +4856,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/notMatch.html"><code><logic:notMatch></code></a> + <code><logic:notMatch></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4924,7 +4923,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/notPresent.html"><code><logic:notPresent></code></a> + <code><logic:notPresent></code> tag. Please consult its documentation for information on tag attributes and usage details. </p> @@ -4991,7 +4990,7 @@ </strong></p> <p>This tag is an extension of the - <a href="../logic/present.html"><code><logic:present></code></a> + <code><logic:present></code> tag. Please consult its documentation for information on tag attributes and usage details. </p>