You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/09/28 16:26:22 UTC

svn commit: r292192 - in /beehive/trunk/netui: src/util/org/apache/beehive/netui/util/ test/webapps/drt/testRecorder/tests/

Author: rich
Date: Wed Sep 28 07:25:54 2005
New Revision: 292192

URL: http://svn.apache.org/viewcvs?rev=292192&view=rev
Log:
Fixed a typo in two error messages -- it was propagated throughout the test results.  :)

tests: bvt in netui (WinXP)
BB: bvt in netui (linux)


Modified:
    beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/AnchorActions.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAnchorNullBindingError.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAttributeNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBehaviorNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBindingNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtCheckboxNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtContentNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtErrorNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFileUploadNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrors.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrorsInline.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatNumberNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatStringNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtGroupNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNoInline.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullNest.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeNullBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ImageAnchorActions.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IteratorTest.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J430.xml

Modified: beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties (original)
+++ beehive/trunk/netui/src/util/org/apache/beehive/netui/util/netui.properties Wed Sep 28 07:25:54 2005
@@ -3,8 +3,8 @@
 Tags_Exception=Exception: {0}
 Tags_WriteException=JspException writting to the response.
 Tags_NotURLRewriter={0} is not a URLRewriter.
-Tags_AttrValueRequired=Attribute ''{0}'' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.
-Tags_MapAttrValueRequired=Attribute ''{0}'' is required to have a Map value.  The value null is illegal.  This is often cause by binding to an object with a null value.
+Tags_AttrValueRequired=Attribute ''{0}'' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.
+Tags_MapAttrValueRequired=Attribute ''{0}'' is required to have a Map value.  The value null is illegal.  This is often caused by binding to an object with a null value.
 Tags_BadAction=Action ''{0}'' is not a valid action.
 Tags_NullBadAction=Action was resolved as "", this is probably the result of an expression bound to a null Object.
 Tags_NullAction=The expression {0} results in a null action.
@@ -692,4 +692,4 @@
 TypeUtils_javaSqlTimestampConvertError=Caught an error converting a String to a java.sql.Timestamp: {0}
 TypeUtils_javaSqlTimeConvertError=Caught an error converting a String to a java.sql.Time: {0}
 URLCodec_encodeException=Caught exception encoding a String.  Cause: {0}
-URLCodec_decodeException=Caught exception decoding a String.  Cause: {0}
\ No newline at end of file
+URLCodec_decodeException=Caught exception decoding a String.  Cause: {0}

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/AnchorActions.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/AnchorActions.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/AnchorActions.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/AnchorActions.xml Wed Sep 28 07:25:54 2005
@@ -445,7 +445,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Anchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Anchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 <tr><th>2</th><th>Anchor</th><th>Message</th><td>Action 'invalidAction' is not a valid action.</td></tr>
 </table></div>
 </body>
@@ -462,4 +462,4 @@
    <ses:testCount>4</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>4</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAnchorNullBindingError.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAnchorNullBindingError.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAnchorNullBindingError.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAnchorNullBindingError.xml Wed Sep 28 07:25:54 2005
@@ -96,10 +96,10 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Anchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Anchor</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>Anchor</th><th>Message</th><td>Attribute 'linkName' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>4</th><th>Anchor</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Anchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Anchor</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>Anchor</th><th>Message</th><td>Attribute 'linkName' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>4</th><th>Anchor</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -115,4 +115,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAttributeNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAttributeNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAttributeNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAttributeNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -87,8 +87,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Attribute</th><th>Message</th><td>Attribute 'name' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Attribute</th><th>Message</th><td>Attribute 'facet' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Attribute</th><th>Message</th><td>Attribute 'name' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Attribute</th><th>Message</th><td>Attribute 'facet' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -104,4 +104,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBehaviorNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBehaviorNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBehaviorNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBehaviorNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -91,8 +91,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Behavior</th><th>Message</th><td>Attribute 'name' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Behavior</th><th>Message</th><td>Attribute 'facet' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Behavior</th><th>Message</th><td>Attribute 'name' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Behavior</th><th>Message</th><td>Attribute 'facet' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 <tr><th>3</th><th>Behavior</th><th>Message</th><td>The parent tag of this "<b>behavior</b>" does not support dynamic behaviors.</td></tr>
 </table></div>
 </body>
@@ -103,4 +103,4 @@
    </ses:tests>
    <ses:endDate>20 Feb 2005, 03:52:32.421 PM MST</ses:endDate>
    <ses:testCount>1</ses:testCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBindingNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBindingNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBindingNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtBindingNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -80,7 +80,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>BindingUpdateErrors</th><th>Message</th><td>Attribute 'expression' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>BindingUpdateErrors</th><th>Message</th><td>Attribute 'expression' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -96,4 +96,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -94,8 +94,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Button</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Button</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Button</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Button</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 <tr><th>3</th><th>Button</th><th>Message</th><td>The type of a button must be one of submit, button or reset, found ''.</td></tr>
 </table></div>
 </body>
@@ -112,4 +112,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtCheckboxNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtCheckboxNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtCheckboxNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtCheckboxNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -97,7 +97,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>CheckBox</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>CheckBox</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -113,4 +113,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtContentNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtContentNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtContentNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtContentNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -80,7 +80,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Content</th><th>Message</th><td>Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Content</th><th>Message</th><td>Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -96,4 +96,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtErrorNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtErrorNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtErrorNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtErrorNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -86,9 +86,9 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Error</th><th>Message</th><td>Attribute 'bundleName' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Error</th><th>Message</th><td>Attribute 'key' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>Errors</th><th>Message</th><td>Attribute 'bundleName' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Error</th><th>Message</th><td>Attribute 'bundleName' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Error</th><th>Message</th><td>Attribute 'key' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>Errors</th><th>Message</th><td>Attribute 'bundleName' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFileUploadNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFileUploadNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFileUploadNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFileUploadNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -88,7 +88,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>FileUpload</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>FileUpload</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -104,4 +104,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -102,11 +102,11 @@
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
 <tr><th>1</th><th>Form</th><th>Message</th><td>The value of a method must be one of post or get, found ''.</td></tr>
-<tr><th>2</th><th>Form</th><th>Message</th><td>Attribute 'beanScope' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>Form</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>4</th><th>Form</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>5</th><th>Form</th><th>Message</th><td>Attribute 'beanType' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>6</th><th>Form</th><th>Message</th><td>Attribute 'beanName' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Form</th><th>Message</th><td>Attribute 'beanScope' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>Form</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>4</th><th>Form</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>5</th><th>Form</th><th>Message</th><td>Attribute 'beanType' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>6</th><th>Form</th><th>Message</th><td>Attribute 'beanName' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -122,4 +122,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrors.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrors.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrors.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrors.xml Wed Sep 28 07:25:54 2005
@@ -113,10 +113,10 @@
 <tr><th>3</th><th>Label</th><th>Message</th><td>FormatDate error creating SimpleDateFormat: Illegal pattern character 'x'</td></tr>
 <tr><th>4</th><th>Label</th><th>Message</th><td>The String "bad-date" is not in an understood date format.</td></tr>
 <tr><th>5</th><th>Label</th><th>Message</th><td>The type "java.lang.Character" may not be formatted by a formatDate tag.</td></tr>
-<tr><th>6</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>7</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>8</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>9</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>6</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>7</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>8</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>9</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrorsInline.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrorsInline.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrorsInline.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateErrorsInline.xml Wed Sep 28 07:25:54 2005
@@ -72,14 +72,14 @@
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>FormatDate</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span><span>01/28/63</span></li>
     <li><input type="hidden" name="wlw-select_key:{pageFlow.select}OldValue" value="true">
 <span> <table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>FormatDate</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <select name="wlw-select_key:{pageFlow.select}">
         <option value="01/28/63">01/28/63</option>
@@ -89,14 +89,14 @@
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>FormatDate</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span><textarea name="{pageFlow.textAreaDate}">
 01/28/63</textarea></li>
     <li><span> <table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>FormatDate</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span><input type="text" name="{pageFlow.textDate}" value="01/28/63"></li>
     </ul>
     </body>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatDateNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -88,8 +88,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>FormatDate</th><th>Message</th><td>Attribute 'stringInputPattern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>FormatDate</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>FormatDate</th><th>Message</th><td>Attribute 'stringInputPattern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -105,4 +105,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatNumberNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatNumberNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatNumberNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatNumberNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -85,8 +85,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>FormatNumber</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>FormatNumber</th><th>Message</th><td>Attribute 'type' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>FormatNumber</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>FormatNumber</th><th>Message</th><td>Attribute 'type' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -102,4 +102,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatStringNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatStringNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatStringNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormatStringNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -88,7 +88,7 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>FormatString</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>FormatString</th><th>Message</th><td>Attribute 'patttern' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 <tr><th>2</th><th>FormatString</th><th>Message</th><td>Format tags require a parent that is Formattable.</td></tr>
 </table></div>
 </body>
@@ -105,4 +105,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtGroupNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtGroupNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtGroupNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtGroupNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -99,8 +99,8 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>CheckBoxGroup</th><th>Message</th><td>Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>CheckBoxGroup</th><th>Message</th><td>Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>CheckBoxGroup</th><th>Message</th><td>Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>CheckBoxGroup</th><th>Message</th><td>Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -116,4 +116,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNoInline.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNoInline.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNoInline.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNoInline.xml Wed Sep 28 07:25:54 2005
@@ -76,25 +76,25 @@
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>TreeItem</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <span> <table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>TreeItem</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <span> <table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>TreeItem</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'href' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'href' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <span> <table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>TreeItem</td>
  <th>Errors</th><td colspan="2">1</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <div>
    <div>
@@ -149,4 +149,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -151,10 +151,10 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>TreeItem</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>TreeItem</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>TreeItem</th><th>Message</th><td>Attribute 'href' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>4</th><th>TreeItem</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>TreeItem</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>TreeItem</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>TreeItem</th><th>Message</th><td>Attribute 'href' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>4</th><th>TreeItem</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -170,4 +170,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullNest.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullNest.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullNest.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeItemNullNest.xml Wed Sep 28 07:25:54 2005
@@ -129,10 +129,10 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>TreeItem</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>TreeItem</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>TreeItem</th><th>Message</th><td>Attribute 'href' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>4</th><th>TreeItem</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>TreeItem</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>TreeItem</th><th>Message</th><td>Attribute 'clientAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>TreeItem</th><th>Message</th><td>Attribute 'href' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>4</th><th>TreeItem</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -148,4 +148,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeNullBinding.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeNullBinding.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeNullBinding.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtTreeNullBinding.xml Wed Sep 28 07:25:54 2005
@@ -108,9 +108,9 @@
     <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>Tree</th><th>Message</th><td>Attribute 'selectionAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>2</th><th>Tree</th><th>Message</th><td>Attribute 'expansionAction' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>3</th><th>Tree</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>Tree</th><th>Message</th><td>Attribute 'selectionAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>Tree</th><th>Message</th><td>Attribute 'expansionAction' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>3</th><th>Tree</th><th>Message</th><td>Attribute 'tagId' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -126,4 +126,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ImageAnchorActions.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ImageAnchorActions.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ImageAnchorActions.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ImageAnchorActions.xml Wed Sep 28 07:25:54 2005
@@ -535,7 +535,7 @@
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
 <tr><th>1</th><th>ImageAnchor</th><th>Message</th><td>Action 'invalidAction' is not a valid action.</td></tr>
-<tr><th>2</th><th>ImageAnchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>2</th><th>ImageAnchor</th><th>Message</th><td>Attribute 'action' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -551,4 +551,4 @@
    <ses:testCount>5</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>5</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IteratorTest.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IteratorTest.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IteratorTest.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IteratorTest.xml Wed Sep 28 07:25:54 2005
@@ -83,8 +83,8 @@
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>CheckBoxGroup</td>
  <th>Errors</th><td colspan="2">2</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 
 <br />
@@ -93,8 +93,8 @@
  <tr><th colspan="5">Tag Error</th></tr>
  <tr><th>Tag</th><td>RadioButtonGroup</td>
  <th>Errors</th><td colspan="2">2</td></tr>
- <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
-<tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+ <tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'defaultValue' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
+<tr><th>Tag Error</th><th>Message</th><td colspan="3">Attribute 'optionsDataSource' is required to have a value.  The value "" is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></span>
 <br />
 <br/>
@@ -114,4 +114,4 @@
    <ses:testCount>1</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>1</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J430.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J430.xml?rev=292192&r1=292191&r2=292192&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J430.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J430.xml Wed Sep 28 07:25:54 2005
@@ -80,7 +80,7 @@
 <div> <hr /><table border="1" cellspacing="0" style="color:red;background-color:white">
  <tr><th colspan="6">Page Errors</th></tr>
  <tr><th>Error Number</th><th>Tag Type</th><th colspan="4">Error</th></tr>
-<tr><th>1</th><th>ParameterMap</th><th>Message</th><td>Attribute 'map' is required to have a Map value.  The value null is illegal.  This is often cause by binding to an object with a null value.</td></tr>
+<tr><th>1</th><th>ParameterMap</th><th>Message</th><td>Attribute 'map' is required to have a Map value.  The value null is illegal.  This is often caused by binding to an object with a null value.</td></tr>
 </table></div>
 </body>
 
@@ -90,4 +90,4 @@
    </ses:tests>
    <ses:endDate>18 Mar 2005, 08:37:28.765 AM MST</ses:endDate>
    <ses:testCount>1</ses:testCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>