|
|
|
@ -356,7 +356,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-2788
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void asBodyTagWithErrorsAndExistingMessagesAttributeInNonPageScopeAreNotClobbered() throws Exception { |
|
|
|
void asBodyTagWithErrorsAndExistingMessagesAttributeInNonPageScopeAreNotClobbered() throws Exception { |
|
|
|
@ -380,7 +380,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-2788
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInApplicationScopeAreNotClobbered() throws Exception { |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInApplicationScopeAreNotClobbered() throws Exception { |
|
|
|
@ -388,7 +388,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-2788
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInSessionScopeAreNotClobbered() throws Exception { |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInSessionScopeAreNotClobbered() throws Exception { |
|
|
|
@ -396,7 +396,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-2788
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInPageScopeAreNotClobbered() throws Exception { |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInPageScopeAreNotClobbered() throws Exception { |
|
|
|
@ -404,7 +404,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-2788
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-2788">SPR-2788</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInRequestScopeAreNotClobbered() throws Exception { |
|
|
|
void asBodyTagWithNoErrorsAndExistingMessagesAttributeInRequestScopeAreNotClobbered() throws Exception { |
|
|
|
@ -412,7 +412,7 @@ public class ErrorsTagTests extends AbstractFormTagTests { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* https://jira.spring.io/browse/SPR-4005
|
|
|
|
* <a href="https://jira.spring.io/browse/SPR-4005">SPR-4005</a> |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
void omittedPathMatchesObjectErrorsOnly() throws Exception { |
|
|
|
void omittedPathMatchesObjectErrorsOnly() throws Exception { |
|
|
|
|