Author: mareshkau
Date: 2011-01-06 08:08:56 -0500 (Thu, 06 Jan 2011)
New Revision: 27943
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp.xml
Log:
https://issues.jboss.org/browse/JBIDE-8060
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp 2011-01-06
10:10:10 UTC (rev 27942)
+++
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp 2011-01-06
13:08:56 UTC (rev 27943)
@@ -20,9 +20,7 @@
<h2>Errors for all bean fields</h2>
<div class="error">
<ul>
- <c:forEach var="error" items="${errors.allErrors}">
<li>${error.defaultMessage}</li>
- </c:forEach>
</ul>
</div>
</div>
@@ -36,9 +34,7 @@
<div class="error">
<ul>
<spring:bind path="formBean.user.*">
- <c:forEach var="error" items="${status.errorMessages}">
<li>${error}</li>
- </c:forEach>
</spring:bind>
</ul>
</div>
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp.xml
===================================================================
---
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp.xml 2011-01-06
10:10:10 UTC (rev 27942)
+++
trunk/vpe/tests/org.jboss.tools.vpe.spring.test/resources/SpringTest/src/main/webapp/WEB-INF/jsp/hasBindErrors.jsp.xml 2011-01-06
13:08:56 UTC (rev 27943)
@@ -1,68 +1,46 @@
<tests>
<test id="formBeanErrors">
- <DIV ID="formBeanErrors">
- <DIV STYLE="border: 1px solid red; width: 300px;">
- <H2>
+<DIV ID="formBeanErrors" STYLE="-moz-user-modify:
read-write;">
+ <DIV
+ STYLE="border: 1px solid red; width: 300px; -moz-user-modify:
read-write;">
+ <H2 STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
+ Errors for all bean fields
+ </SPAN>
+ </H2>
+ <DIV CLASS="error" STYLE="-moz-user-modify: read-write;">
+ <UL STYLE="-moz-user-modify: read-write;">
+ <LI STYLE="-moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
- Errors for all bean fields
+ ${error.defaultMessage}
</SPAN>
- </H2>
- <DIV CLASS="error">
- <UL>
- <SPAN CLASS="vpe-text">
- <LI>
- <SPAN CLASS="vpe-text">
- ${error.defaultMessage}
- </SPAN>
- </LI>
- <LI>
- <SPAN CLASS="vpe-text">
- ${error.defaultMessage}
- </SPAN>
- </LI>
- <LI>
- <SPAN CLASS="vpe-text">
- ${error.defaultMessage}
- </SPAN>
- </LI>
- </SPAN>
- </UL>
- </DIV>
- </DIV>
+ </LI>
+ </UL>
</DIV>
+ </DIV>
+</DIV>
</test>
<test id="userErrors">
- <DIV ID="userErrors">
- <DIV STYLE="border: 1px solid red; width: 300px;">
- <H2>
- <SPAN CLASS="vpe-text">
- Errors for all user fields only
- </SPAN>
- </H2>
- <DIV CLASS="error">
- <UL>
+<DIV ID="userErrors" STYLE="-moz-user-modify: read-write;">
+ <DIV
+ STYLE="border: 1px solid red; width: 300px; -moz-user-modify:
read-write;">
+ <H2 STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text">
+ Errors for all user fields only
+ </SPAN>
+ </H2>
+ <DIV CLASS="error" STYLE="-moz-user-modify: read-write;">
+ <UL STYLE="-moz-user-modify: read-write;">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-write;">
+ <LI STYLE="-moz-user-modify: read-write;">
<SPAN CLASS="vpe-text">
- <SPAN CLASS="vpe-text">
- <LI>
- <SPAN CLASS="vpe-text">
- ${error}
- </SPAN>
- </LI>
- <LI>
- <SPAN CLASS="vpe-text">
- ${error}
- </SPAN>
- </LI>
- <LI>
- <SPAN CLASS="vpe-text">
- ${error}
- </SPAN>
- </LI>
- </SPAN>
+ ${error}
</SPAN>
- </UL>
- </DIV>
- </DIV>
+ </LI>
+ </SPAN>
+ </UL>
</DIV>
+ </DIV>
+</DIV>
</test>
-</tests>
\ No newline at end of file
+</tests>