From 919e1ffe079ee12e0d04ed159ae617bb9910344e Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Sun, 27 May 2007 13:10:27 +0000 Subject: [PATCH] Fixing tag output to be more xhtml compliant, adding mapper extension test WW-1649 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@541983 13f79535-47bb-0310-9956-ffa450edef68 --- .../template/archive/simple/checkboxlist.vm | 2 +- .../template/archive/simple/combobox.vm | 2 +- .../template/archive/simple/debug.vm | 6 ++-- .../template/archive/simple/doubleselect.vm | 2 +- .../template/archive/simple/table.vm | 8 +++--- .../template/css_xhtml/controlheader-core.ftl | 2 +- .../resources/template/css_xhtml/head.ftl | 2 +- .../resources/template/simple/checkbox.ftl | 2 +- .../resources/template/simple/combobox.ftl | 2 +- .../main/resources/template/simple/debug.ftl | 6 ++-- .../template/simple/doubleselect.ftl | 2 +- .../main/resources/template/simple/form.ftl | 2 +- .../template/simple/inputtransferselect.ftl | 10 +++---- .../template/simple/optiontransferselect.ftl | 28 +++++++++---------- .../main/resources/template/simple/table.ftl | 2 +- .../main/resources/template/simple/token.ftl | 4 +-- .../mapper/DefaultActionMapperTest.java | 16 +++++++++++ .../struts2/views/jsp/ui/FormTagTest.java | 24 ++++++++-------- .../apache/struts2/views/jsp/ui/Formtag-1.txt | 2 +- .../struts2/views/jsp/ui/Formtag-10.txt | 2 +- .../struts2/views/jsp/ui/Formtag-11.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-2.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-3.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-4.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-5.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-6.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-7.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-8.txt | 2 +- .../apache/struts2/views/jsp/ui/Formtag-9.txt | 2 +- .../apache/struts2/views/jsp/ui/tooltip-1.txt | 2 +- .../apache/struts2/views/jsp/ui/tooltip-2.txt | 2 +- .../apache/struts2/views/jsp/ui/tooltip-3.txt | 2 +- 32 files changed, 83 insertions(+), 67 deletions(-) diff --git a/core/src/main/resources/template/archive/simple/checkboxlist.vm b/core/src/main/resources/template/archive/simple/checkboxlist.vm index a4e7178ec..ae41603b4 100644 --- a/core/src/main/resources/template/archive/simple/checkboxlist.vm +++ b/core/src/main/resources/template/archive/simple/checkboxlist.vm @@ -16,7 +16,7 @@ #end + id="$!struts.htmlEncode($parameters.name)-$itemCount" #if( $tag.contains($parameters.nameValue, $itemKey) ) checked="checked" #end />
#set ($trash = $stack.pop()) #end diff --git a/core/src/main/resources/template/archive/simple/combobox.vm b/core/src/main/resources/template/archive/simple/combobox.vm index 7012c4890..9007cc417 100644 --- a/core/src/main/resources/template/archive/simple/combobox.vm +++ b/core/src/main/resources/template/archive/simple/combobox.vm @@ -11,7 +11,7 @@ #if ($parameters.cssClass) class="$!struts.htmlEncode($parameters.cssClass)" #end #if ($parameters.cssStyle) style="$!struts.htmlEncode($parameters.cssStyle)" #end #parse("/$parameters.templateDir/simple/scripting-events.vm") -/>
+/>
#if ($parameters.list) #if(($webTable.sortColumn == $curColumn.offset) && ($webTable.sortOrder == 'ASC')) - #else + #else - + #end @@ -44,12 +44,12 @@ #if(($webTable.sortColumn == $curColumn.offset) && ($webTable.sortOrder == 'DESC')) - + #else + #end"> #end diff --git a/core/src/main/resources/template/css_xhtml/controlheader-core.ftl b/core/src/main/resources/template/css_xhtml/controlheader-core.ftl index ee3c8bb1b..2852a4035 100644 --- a/core/src/main/resources/template/css_xhtml/controlheader-core.ftl +++ b/core/src/main/resources/template/css_xhtml/controlheader-core.ftl @@ -43,7 +43,7 @@ <#include "/${parameters.templateDir}/xhtml/tooltip.ftl" /> <#t/> <#if parameters.labelposition?default("top") == 'top'> -
<#rt/> +
<#rt/> <#else> <#rt/> diff --git a/core/src/main/resources/template/css_xhtml/head.ftl b/core/src/main/resources/template/css_xhtml/head.ftl index 9043cf657..e64051946 100644 --- a/core/src/main/resources/template/css_xhtml/head.ftl +++ b/core/src/main/resources/template/css_xhtml/head.ftl @@ -1,2 +1,2 @@ - + <#include "/${parameters.templateDir}/simple/head.ftl" /> diff --git a/core/src/main/resources/template/simple/checkbox.ftl b/core/src/main/resources/template/simple/checkbox.ftl index d8e4a0fdd..a37342846 100644 --- a/core/src/main/resources/template/simple/checkbox.ftl +++ b/core/src/main/resources/template/simple/checkbox.ftl @@ -26,4 +26,4 @@ <#include "/${parameters.templateDir}/simple/scripting-events.ftl" /> <#include "/${parameters.templateDir}/simple/common-attributes.ftl" /> /> - \ No newline at end of file + \ No newline at end of file diff --git a/core/src/main/resources/template/simple/combobox.ftl b/core/src/main/resources/template/simple/combobox.ftl index 1f412a40a..3e6661aa2 100644 --- a/core/src/main/resources/template/simple/combobox.ftl +++ b/core/src/main/resources/template/simple/combobox.ftl @@ -14,7 +14,7 @@ } <#include "/${parameters.templateDir}/simple/text.ftl" /> -
+
<#if parameters.list?exists> style="${parameters.buttonCssStyle?html}" <#t/> - value="${removeLabel}" onclick="removeOptions(document.getElementById('${parameters.id?html}'))" />

+ value="${removeLabel}" onclick="removeOptions(document.getElementById('${parameters.id?html}'))" />

<#t/> <#assign removeAllLabel=parameters.removeAllLabel?default("<<--")?html /><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${removeAllLabel}" onclick="removeAllOptions(document.getElementById('${parameters.id?html}'))" />

+ value="${removeAllLabel}" onclick="removeAllOptions(document.getElementById('${parameters.id?html}'))" />

<#if parameters.rightTitle?exists><#t/> -
+
<#t/> <#include "/${parameters.templateDir}/simple/select.ftl" /> <#if parameters.allowUpDown?default(true)> diff --git a/core/src/main/resources/template/simple/optiontransferselect.ftl b/core/src/main/resources/template/simple/optiontransferselect.ftl index b79eb5c7a..557ed16ed 100644 --- a/core/src/main/resources/template/simple/optiontransferselect.ftl +++ b/core/src/main/resources/template/simple/optiontransferselect.ftl @@ -6,7 +6,7 @@ <#if parameters.leftTitle?exists><#t/> -
+
<#t/> <#include "/${parameters.templateDir}/simple/select.ftl" /> <#if parameters.allowUpDownOnLeft?default(true)> @@ -44,7 +44,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addToLeftLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '${parameters.doubleHeaderKey}', '')" />

+ value="${addToLeftLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '${parameters.doubleHeaderKey}', '')" />

<#else><#t/> <#t/> @@ -53,7 +53,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addToLeftLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '')" />

+ value="${addToLeftLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '')" />

<#t/> <#t/> <#if parameters.allowAddToRight?default(true)><#t/> @@ -66,7 +66,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addToRightLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '${parameters.headerKey}', '')" />

+ value="${addToRightLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '${parameters.headerKey}', '')" />

<#else><#t/> <#t/> @@ -75,7 +75,7 @@ <#if parameters.buttonCssStyle?exists> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addToRightLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '')" />

+ value="${addToRightLabel}" onclick="moveSelectedOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '')" />

<#t/> <#t/> <#if parameters.allowAddAllToLeft?default(true)><#t/> @@ -88,7 +88,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle}" <#t/> - value="${addAllToLeftLabel}" onclick="moveAllOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '${parameters.doubleHeaderKey}', '')" />

+ value="${addAllToLeftLabel}" onclick="moveAllOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '${parameters.doubleHeaderKey}', '')" />

<#else><#t/> <#t/> @@ -97,7 +97,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addAllToLeftLabel}" onclick="moveAllOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '')" />

+ value="${addAllToLeftLabel}" onclick="moveAllOptions(document.getElementById('${parameters.doubleId?html}'), document.getElementById('${parameters.id?html}'), false, '')" />

<#t/> <#t/> <#if parameters.allowAddAllToRight?default(true)><#t/> @@ -110,7 +110,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addAllToRightLabel}" onclick="moveAllOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '${parameters.headerKey}', '')" />

+ value="${addAllToRightLabel}" onclick="moveAllOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '${parameters.headerKey}', '')" />

<#else><#t/> <#t/> @@ -119,7 +119,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${addAllToRightLabel}" onclick="moveAllOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '')" />

+ value="${addAllToRightLabel}" onclick="moveAllOptions(document.getElementById('${parameters.id?html}'), document.getElementById('${parameters.doubleId?html}'), false, '')" />

<#t/> <#t/> <#if parameters.allowSelectAll?default(true)><#t/> @@ -132,7 +132,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${selectAllLabel}" onclick="selectAllOptionsExceptSome(document.getElementById('${parameters.id?html}'), 'key', '${parameters.headerKey}');selectAllOptionsExceptSome(document.getElementById('${parameters.doubleId?html}'), 'key', '${parameters.doubleHeaderKey}');" />

+ value="${selectAllLabel}" onclick="selectAllOptionsExceptSome(document.getElementById('${parameters.id?html}'), 'key', '${parameters.headerKey}');selectAllOptionsExceptSome(document.getElementById('${parameters.doubleId?html}'), 'key', '${parameters.doubleHeaderKey}');" />

<#elseif parameters.headerKey?exists><#t/> <#t/> @@ -141,7 +141,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${selectAllLabel}" onclick="selectAllOptionsExceptSome(document.getElementById('${parameters.id?html}'), 'key', '${parameters.headerKey}');selectAllOptions(document.getElementById('${parameters.doubleId?html}'));" />

+ value="${selectAllLabel}" onclick="selectAllOptionsExceptSome(document.getElementById('${parameters.id?html}'), 'key', '${parameters.headerKey}');selectAllOptions(document.getElementById('${parameters.doubleId?html}'));" />

<#elseif parameters.doubleHeaderKey?exists><#t/> <#t/> @@ -150,7 +150,7 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${selectAllLabel}" onclick="selectAllOptions(document.getElementById('${parameters.id?html}'));selectAllOptionsExceptSome(document.getElementById('${parameters.doubleId?html}'), 'key', '${parameters.doubleHeaderKey}');" />

+ value="${selectAllLabel}" onclick="selectAllOptions(document.getElementById('${parameters.id?html}'));selectAllOptionsExceptSome(document.getElementById('${parameters.doubleId?html}'), 'key', '${parameters.doubleHeaderKey}');" />

<#else><#t/> <#t/> @@ -159,13 +159,13 @@ <#if parameters.buttonCssStyle?exists><#t/> style="${parameters.buttonCssStyle?html}" <#t/> - value="${selectAllLabel}" onclick="selectAllOptions(document.getElementById('${parameters.id?html}'));selectAllOptions(document.getElementById('${parameters.doubleId?html}'));" />

+ value="${selectAllLabel}" onclick="selectAllOptions(document.getElementById('${parameters.id?html}'));selectAllOptions(document.getElementById('${parameters.doubleId?html}'));" />

<#t/> <#t/> <#if parameters.rightTitle?exists><#t/> -
+
<#t/> - + + diff --git a/core/src/test/java/org/apache/struts2/dispatcher/mapper/DefaultActionMapperTest.java b/core/src/test/java/org/apache/struts2/dispatcher/mapper/DefaultActionMapperTest.java index 0c3f58112..d62a81c11 100644 --- a/core/src/test/java/org/apache/struts2/dispatcher/mapper/DefaultActionMapperTest.java +++ b/core/src/test/java/org/apache/struts2/dispatcher/mapper/DefaultActionMapperTest.java @@ -211,6 +211,22 @@ public class DefaultActionMapperTest extends StrutsTestCase { assertEquals("actionName", mapping.getName()); assertNull(mapping.getMethod()); } + + public void testGetMappingWithNoExtensionButUriHasExtension() throws Exception { + req.setupGetParameterMap(new HashMap()); + req.setupGetRequestURI("/my/namespace/actionName.html"); + req.setupGetServletPath("/my/namespace/actionName.html"); + req.setupGetAttribute(null); + req.addExpectedGetAttributeName("javax.servlet.include.servlet_path"); + + DefaultActionMapper mapper = new DefaultActionMapper(); + mapper.setExtensions(""); + ActionMapping mapping = mapper.getMapping(req, configManager); + + assertEquals("/my/namespace", mapping.getNamespace()); + assertEquals("actionName.html", mapping.getName()); + assertNull(mapping.getMethod()); + } // ============================= // === test name & namespace === diff --git a/core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java b/core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java index 5b2662719..9c006c442 100644 --- a/core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java +++ b/core/src/test/java/org/apache/struts2/views/jsp/ui/FormTagTest.java @@ -55,7 +55,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAcceptcharset("UTF-8"); tag.setAction("testAction"); tag.setEnctype("myEncType"); @@ -74,7 +74,7 @@ public class FormTagTest extends AbstractUITagTest { tag.setPageContext(pageContext); tag.setName("myForm"); tag.setNamespace("/testNamespace"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAcceptcharset("UTF-8"); tag.setAction("testNamespaceAction"); tag.setEnctype("myEncType"); @@ -98,7 +98,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAcceptcharset("UTF-8"); tag.setAction("myAction"); tag.setEnctype("myEncType"); @@ -188,7 +188,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAction("myAction"); tag.setAcceptcharset("UTF-8"); tag.setEnctype("myEncType"); @@ -293,7 +293,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAction("myAction"); tag.setAcceptcharset("UTF-8"); tag.setEnctype("myEncType"); @@ -327,7 +327,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAction("myAction"); tag.setEnctype("myEncType"); tag.setTitle("mytitle"); @@ -350,7 +350,7 @@ public class FormTagTest extends AbstractUITagTest { /** * Testing that this:

- * <a:form name="'myForm'" namespace="'/testNamespace'" action="'testNamespaceAction'" method="'POST'"> + * <a:form name="'myForm'" namespace="'/testNamespace'" action="'testNamespaceAction'" method="'post'"> *

* doesn't create an action of "/testNamespace/testNamespaceAction.action" when the "struts.action.extension" * config property is set to "jspa". @@ -366,7 +366,7 @@ public class FormTagTest extends AbstractUITagTest { tag.setPageContext(pageContext); tag.setNamespace("/testNamespace"); tag.setAction("testNamespaceAction"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setName("myForm"); tag.doStartTag(); @@ -377,7 +377,7 @@ public class FormTagTest extends AbstractUITagTest { /** * Testing that this:

- * <a:form name="'myForm'" action="'/testNamespace/testNamespaceAction.jspa'" method="'POST'"> + * <a:form name="'myForm'" action="'/testNamespace/testNamespaceAction.jspa'" method="'post'"> *

* doesn't create an action of "/testNamespace/testNamespaceAction.action" */ @@ -387,7 +387,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setAction("/testNamespace/testNamespaceAction.jspa"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setName("myForm"); tag.doStartTag(); @@ -405,7 +405,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setName("myForm"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setAction("testNamespaceAction"); tag.doStartTag(); @@ -569,7 +569,7 @@ public class FormTagTest extends AbstractUITagTest { FormTag tag = new FormTag(); tag.setPageContext(pageContext); tag.setAction("/testNamespace/testNamespaceAction.jspa"); - tag.setMethod("POST"); + tag.setMethod("post"); tag.setName("myForm"); tag.doStartTag(); diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-1.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-1.txt index 850faa108..bed470478 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-1.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-1.txt @@ -1,4 +1,4 @@ -

+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-10.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-10.txt index 5e6c687f4..6a6b29173 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-10.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-10.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt index 130946f43..606ff37ba 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-11.txt @@ -1,6 +1,6 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt index 0b05c2b5f..f0ba7ea7e 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-2.txt @@ -1,6 +1,6 @@ - +
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-3.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-3.txt index f058b1560..d9ac10413 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-3.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-3.txt @@ -1,4 +1,4 @@ - +
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-4.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-4.txt index 6cb85c474..b30aee17a 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-4.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-4.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-5.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-5.txt index 9ceee9b60..9977152b3 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-5.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-5.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-6.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-6.txt index 219f1c8c2..b2f895658 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-6.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-6.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-7.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-7.txt index 5cbaf3033..0ef96909b 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-7.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-7.txt @@ -1,4 +1,4 @@ - +
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-8.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-8.txt index 9ceee9b60..9977152b3 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-8.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-8.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-9.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-9.txt index 6fdb01aae..ebb06acb1 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-9.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-9.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-1.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-1.txt index 0cde700ea..7af1d3562 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-1.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-1.txt @@ -1,4 +1,4 @@ -
+
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-2.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-2.txt index 4c8c4b1bb..c261f4c5d 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-2.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-2.txt @@ -1,4 +1,4 @@ - +
diff --git a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-3.txt b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-3.txt index 29aa3c177..013cd4118 100644 --- a/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-3.txt +++ b/core/src/test/resources/org/apache/struts2/views/jsp/ui/tooltip-3.txt @@ -1,4 +1,4 @@ - +