You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/05/05 02:11:34 UTC

svn commit: r399891 [1/2] - in /beehive/trunk/netui: src/tags-html/org/apache/beehive/netui/tags/javascript/ test/webapps/drt/testRecorder/tests/ test/webapps/drt/web/bugs/j475/

Author: crogers
Date: Thu May  4 17:11:25 2006
New Revision: 399891

URL: http://svn.apache.org/viewcvs?rev=399891&view=rev
Log:
Fix for http://issues.apache.org/jira/browse/BEEHIVE-1109 - legacy javascript routine getNetuiTagName fails in IE6 inside of a table.

I updated the associated test J475 to cover this issue. All the other test recordings in this commit were updated to include the changes to the javascript.

tests: bvt in netui (WinXP)


Modified:
    beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/javaScript.properties
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34263.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34998.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B39820.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ButtonSubmitTagId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAreaBase.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormFocus.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtImageButtonId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtLabelBase.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBase.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBefore.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbInline.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtScScopeId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFilterSmoke.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFooterRowAttributes.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridHeaderRowAttributes.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridPagerCustomSelect.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridRowAttributes.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridTagIdMonster.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanel.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelNoScript.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelScopedId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelTree.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapForm.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapFormNoHtml.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapGenScopeId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapHtmlScopeId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLabel.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLookupScope.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNesting.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrls.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrlsNested.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapScopeId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapSpan.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J1009.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J160.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J161.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J189.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480b.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J522.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JsAllScript.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JsAllScriptHtml.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JsFind.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/JsNoContainers.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/MockPortal.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/MockPortalPopupWindows.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/MockPortalScopingTest.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/MockPortalScopingTest2.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/OnTest.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/PopupPassForm.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RewriteNameVar.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RewriteTags.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RtexpTagId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TagIds.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/TagSizeBinding.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/UpdateFormFromNestedPopup.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/XhtmlFormLabel.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/cr180865.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/cr183774.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/jsScriptScopeId.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/jsid.xml
    beehive/trunk/netui/test/webapps/drt/testRecorder/tests/jsidnohtml.xml
    beehive/trunk/netui/test/webapps/drt/web/bugs/j475/Controller.java
    beehive/trunk/netui/test/webapps/drt/web/bugs/j475/Test.jsp
    beehive/trunk/netui/test/webapps/drt/web/bugs/j475/TestXml.jsp

Modified: beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/javaScript.properties
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/javaScript.properties?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/javaScript.properties (original)
+++ beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/javascript/javaScript.properties Thu May  4 17:11:25 2006
@@ -266,7 +266,9 @@
 {\n\
 \   if (tag == null || tag.getAttribute == null)\n\
 \      return "";\n\
-\   var attrVal = tag.getAttribute("netui:idScope");\n\
+\   try {\n\
+\      var attrVal = tag.getAttribute("netui:idScope");\n\
+\   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }\n\
 \   if (attrVal != null)\n\
 \      return attrVal;\n\
 \   return getScopeId(tag.parentNode);\n\

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34263.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34263.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34263.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34263.xml Thu May  4 17:11:25 2006
@@ -178,7 +178,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -231,4 +233,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/B34998.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34998.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34998.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B34998.xml Thu May  4 17:11:25 2006
@@ -139,7 +139,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -307,4 +309,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>1</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/B39820.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B39820.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B39820.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/B39820.xml Thu May  4 17:11:25 2006
@@ -165,7 +165,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -485,7 +487,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -805,7 +809,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1125,7 +1131,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1445,7 +1453,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1765,7 +1775,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1931,4 +1943,4 @@
    <ses:testCount>12</ses:testCount>
    <ses:passedCount>6</ses:passedCount>
    <ses:failedCount>6</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ButtonSubmitTagId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ButtonSubmitTagId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ButtonSubmitTagId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/ButtonSubmitTagId.xml Thu May  4 17:11:25 2006
@@ -142,7 +142,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -347,7 +349,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -556,7 +560,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -609,4 +615,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAreaBase.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAreaBase.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAreaBase.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtAreaBase.xml Thu May  4 17:11:25 2006
@@ -115,7 +115,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -266,7 +268,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -417,7 +421,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -460,4 +466,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtButtonId.xml Thu May  4 17:11:25 2006
@@ -130,7 +130,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -315,7 +317,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -504,7 +508,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -557,4 +563,4 @@
    <ses:testCount>3</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>3</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormCases.xml Thu May  4 17:11:25 2006
@@ -176,7 +176,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -410,7 +412,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -644,7 +648,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -882,7 +888,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1120,7 +1128,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1354,7 +1364,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1588,7 +1600,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1809,7 +1823,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2043,7 +2059,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2277,7 +2295,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2515,7 +2535,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2753,7 +2775,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2987,7 +3011,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3221,7 +3247,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormFocus.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormFocus.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormFocus.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtFormFocus.xml Thu May  4 17:11:25 2006
@@ -140,7 +140,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -192,4 +194,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/CtImageButtonId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtImageButtonId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtImageButtonId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtImageButtonId.xml Thu May  4 17:11:25 2006
@@ -130,7 +130,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -315,7 +317,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -368,4 +372,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtLabelBase.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtLabelBase.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtLabelBase.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtLabelBase.xml Thu May  4 17:11:25 2006
@@ -168,7 +168,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -220,4 +222,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/CtSbBase.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBase.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBase.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBase.xml Thu May  4 17:11:25 2006
@@ -158,7 +158,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -240,4 +242,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/CtSbBefore.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBefore.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBefore.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbBefore.xml Thu May  4 17:11:25 2006
@@ -137,7 +137,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -179,4 +181,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/CtSbInline.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbInline.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbInline.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtSbInline.xml Thu May  4 17:11:25 2006
@@ -130,7 +130,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -172,4 +174,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/CtScScopeId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtScScopeId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtScScopeId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/CtScScopeId.xml Thu May  4 17:11:25 2006
@@ -156,7 +156,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -239,4 +241,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/DataGridFilterSmoke.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFilterSmoke.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFilterSmoke.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFilterSmoke.xml Thu May  4 17:11:25 2006
@@ -127,7 +127,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -301,7 +303,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -475,7 +479,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -649,7 +655,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -818,7 +826,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -992,7 +1002,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1166,7 +1178,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1344,7 +1358,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1518,7 +1534,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1571,4 +1589,4 @@
    <ses:testCount>9</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>9</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFooterRowAttributes.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFooterRowAttributes.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFooterRowAttributes.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridFooterRowAttributes.xml Thu May  4 17:11:25 2006
@@ -197,7 +197,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -257,4 +259,4 @@
    </ses:tests>
    <ses:endDate>26 Apr 2005, 11:29:45.993 PM MDT</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/DataGridHeaderRowAttributes.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridHeaderRowAttributes.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridHeaderRowAttributes.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridHeaderRowAttributes.xml Thu May  4 17:11:25 2006
@@ -135,7 +135,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -245,4 +247,4 @@
    </ses:tests>
    <ses:endDate>26 Apr 2005, 11:30:19.991 PM MDT</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/DataGridPagerCustomSelect.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridPagerCustomSelect.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridPagerCustomSelect.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridPagerCustomSelect.xml Thu May  4 17:11:25 2006
@@ -219,7 +219,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -518,7 +520,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -808,7 +812,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1102,7 +1108,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1392,7 +1400,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1691,7 +1701,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1985,7 +1997,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2284,7 +2298,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2578,7 +2594,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2868,7 +2886,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3167,7 +3187,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3461,7 +3483,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3760,7 +3784,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4050,7 +4076,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4349,7 +4377,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4639,7 +4669,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4933,7 +4965,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -5019,4 +5053,4 @@
    <ses:testCount>17</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>17</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridRowAttributes.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridRowAttributes.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridRowAttributes.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridRowAttributes.xml Thu May  4 17:11:25 2006
@@ -149,7 +149,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -297,4 +299,4 @@
    </ses:tests>
    <ses:endDate>26 Apr 2005, 10:59:24.754 PM MDT</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/DataGridTagIdMonster.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridTagIdMonster.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridTagIdMonster.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DataGridTagIdMonster.xml Thu May  4 17:11:25 2006
@@ -285,7 +285,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -668,7 +670,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -839,7 +843,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1280,7 +1286,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1481,7 +1489,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -1920,7 +1930,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2113,7 +2125,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2500,7 +2514,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -2689,7 +2705,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3102,7 +3120,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3303,7 +3323,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3704,7 +3726,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -3931,7 +3955,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4338,7 +4364,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4508,7 +4536,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -4944,7 +4974,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -5276,7 +5308,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -5562,7 +5596,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -5733,7 +5769,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -6176,7 +6214,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -6347,7 +6387,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -6902,7 +6944,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -7118,7 +7162,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -7562,7 +7608,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -7611,4 +7659,4 @@
    </ses:tests>
    <ses:endDate>27 Apr 2005, 10:18:10.156 AM MDT</ses:endDate>
    <ses:testCount>25</ses:testCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanel.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanel.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanel.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanel.xml Thu May  4 17:11:25 2006
@@ -143,7 +143,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelNoScript.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelNoScript.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelNoScript.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelNoScript.xml Thu May  4 17:11:25 2006
@@ -148,7 +148,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -168,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/DivPanelScopedId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelScopedId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelScopedId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelScopedId.xml Thu May  4 17:11:25 2006
@@ -141,7 +141,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelTree.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelTree.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelTree.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/DivPanelTree.xml Thu May  4 17:11:25 2006
@@ -211,7 +211,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapForm.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapForm.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapForm.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapForm.xml Thu May  4 17:11:25 2006
@@ -145,7 +145,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -233,4 +235,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/IdMapFormNoHtml.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapFormNoHtml.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapFormNoHtml.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapFormNoHtml.xml Thu May  4 17:11:25 2006
@@ -119,7 +119,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -230,4 +232,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/IdMapGenScopeId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapGenScopeId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapGenScopeId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapGenScopeId.xml Thu May  4 17:11:25 2006
@@ -151,7 +151,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -239,4 +241,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/IdMapHtmlScopeId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapHtmlScopeId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapHtmlScopeId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapHtmlScopeId.xml Thu May  4 17:11:25 2006
@@ -147,7 +147,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -234,4 +236,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/IdMapId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapId.xml Thu May  4 17:11:25 2006
@@ -178,7 +178,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -491,7 +493,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLabel.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLabel.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLabel.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLabel.xml Thu May  4 17:11:25 2006
@@ -145,7 +145,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -216,4 +218,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/IdMapLookupScope.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLookupScope.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLookupScope.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapLookupScope.xml Thu May  4 17:11:25 2006
@@ -117,7 +117,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -184,4 +186,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/IdMapNesting.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNesting.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNesting.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNesting.xml Thu May  4 17:11:25 2006
@@ -142,7 +142,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -274,4 +276,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/IdMapNonCtrls.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrls.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrls.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrls.xml Thu May  4 17:11:25 2006
@@ -128,7 +128,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -207,4 +209,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/IdMapNonCtrlsNested.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrlsNested.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrlsNested.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapNonCtrlsNested.xml Thu May  4 17:11:25 2006
@@ -129,7 +129,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -208,4 +210,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/IdMapScopeId.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapScopeId.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapScopeId.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapScopeId.xml Thu May  4 17:11:25 2006
@@ -175,7 +175,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -241,4 +243,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/IdMapSpan.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapSpan.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapSpan.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/IdMapSpan.xml Thu May  4 17:11:25 2006
@@ -117,7 +117,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -194,4 +196,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/J1009.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J1009.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J1009.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J1009.xml Thu May  4 17:11:25 2006
@@ -257,7 +257,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -710,7 +712,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J160.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J160.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J160.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J160.xml Thu May  4 17:11:25 2006
@@ -137,7 +137,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -323,7 +325,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -366,4 +370,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J161.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J161.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J161.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J161.xml Thu May  4 17:11:25 2006
@@ -133,7 +133,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -332,7 +334,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -388,4 +392,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J162.xml Thu May  4 17:11:25 2006
@@ -120,7 +120,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -289,7 +291,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -345,4 +349,4 @@
    <ses:testCount>2</ses:testCount>
    <ses:passedCount>0</ses:passedCount>
    <ses:failedCount>2</ses:failedCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J189.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J189.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J189.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J189.xml Thu May  4 17:11:25 2006
@@ -127,7 +127,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -203,4 +205,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/J475.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J475.xml Thu May  4 17:11:25 2006
@@ -80,21 +80,23 @@
     {
         var testAttrId = lookupIdByTagId ("testElem", element);
         alert ("HTML:" + testAttrId);
+        testAttrId = getNetuiTagName ("testElem", element);
+        alert ("HTML:" + testAttrId);
         var testAttr = document.getElementById (testAttrId);
         alert ("HTML:" + testAttr.innerHTML);
     }
 &lt;/script>
 &lt;a href="/coreWeb/bugs/j475/TestXml.jsp">Xml Document&lt;/a>
+&lt;div netui:idScope="n0" >
 &lt;table>
     &lt;tr>
         &lt;td>
-            &lt;div netui:idScope="n0" >
                 &lt;a href="Test.jsp" onClick="test (this);">bar&lt;/a>&lt;br>
                 &lt;span id="n0.testElem">span&lt;/span>
-            &lt;/div>
         &lt;/td>
     &lt;/tr>
 &lt;/table>
+&lt;/div>
 &lt;script language="JavaScript" type="text/JavaScript">
 &lt;!--
 
@@ -125,7 +127,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -237,21 +241,23 @@
     {
         var testAttrId = lookupIdByTagId ("testElem", element);
         alert ("HTML:" + testAttrId);
+        testAttrId = getNetuiTagName ("testElem", element);
+        alert ("HTML:" + testAttrId);
         var testAttr = document.getElementById (testAttrId);
         alert ("HTML:" + testAttr.innerHTML);
     }
 &lt;/script>
 &lt;a href="/coreWeb/bugs/j475/TestXml.jsp">Xml Document&lt;/a>
+&lt;div netui:idScope="n0" >
 &lt;table>
     &lt;tr>
         &lt;td>
-            &lt;div netui:idScope="n0" >
                 &lt;a href="Test.jsp" onClick="test (this);">bar&lt;/a>&lt;br>
                 &lt;span id="n0.testElem">span&lt;/span>
-            &lt;/div>
         &lt;/td>
     &lt;/tr>
 &lt;/table>
+&lt;/div>
 &lt;script language="JavaScript" type="text/JavaScript">
 &lt;!--
 
@@ -282,7 +288,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -394,21 +402,23 @@
     {
         var testAttrId = lookupIdByTagId ("testElem", element);
         alert ("XML:" + testAttrId);
+        testAttrId = getNetuiTagName ("testElem", element);
+        alert ("XML:" + testAttrId);
         var testAttr = document.getElementById (testAttrId);
         alert ("XML:" + testAttr.innerHTML);
     }
 &lt;/script>
 &lt;a href="/coreWeb/bugs/j475/Test.jsp">Html Document&lt;/a>
+&lt;div netui:idScope="n0" >
 &lt;table>
     &lt;tr>
         &lt;td>
-            &lt;div netui:idScope="n0" >
                 &lt;a href="TestXml.jsp" onClick="test (this);">bar&lt;/a>&lt;br>
                 &lt;span id="n0.testElem">span&lt;/span>
-            &lt;/div>
         &lt;/td>
     &lt;/tr>
 &lt;/table>
+&lt;/div>
 &lt;script language="JavaScript" type="text/JavaScript">
 &lt;!--
 
@@ -439,7 +449,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -551,21 +563,23 @@
     {
         var testAttrId = lookupIdByTagId ("testElem", element);
         alert ("XML:" + testAttrId);
+        testAttrId = getNetuiTagName ("testElem", element);
+        alert ("XML:" + testAttrId);
         var testAttr = document.getElementById (testAttrId);
         alert ("XML:" + testAttr.innerHTML);
     }
 &lt;/script>
 &lt;a href="/coreWeb/bugs/j475/Test.jsp">Html Document&lt;/a>
+&lt;div netui:idScope="n0" >
 &lt;table>
     &lt;tr>
         &lt;td>
-            &lt;div netui:idScope="n0" >
                 &lt;a href="TestXml.jsp" onClick="test (this);">bar&lt;/a>&lt;br>
                 &lt;span id="n0.testElem">span&lt;/span>
-            &lt;/div>
         &lt;/td>
     &lt;/tr>
 &lt;/table>
+&lt;/div>
 &lt;script language="JavaScript" type="text/JavaScript">
 &lt;!--
 
@@ -596,7 +610,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);

Modified: beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480.xml Thu May  4 17:11:25 2006
@@ -122,7 +122,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -175,4 +177,4 @@
    </ses:tests>
    <ses:endDate>30 Mar 2005, 01:21:15.571 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/J480b.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480b.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480b.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J480b.xml Thu May  4 17:11:25 2006
@@ -126,7 +126,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -179,4 +181,4 @@
    </ses:tests>
    <ses:endDate>08 Apr 2005, 11:00:56.034 AM MDT</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/J522.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J522.xml?rev=399891&r1=399890&r2=399891&view=diff
==============================================================================
--- beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J522.xml (original)
+++ beehive/trunk/netui/test/webapps/drt/testRecorder/tests/J522.xml Thu May  4 17:11:25 2006
@@ -126,7 +126,9 @@
 {
    if (tag == null || tag.getAttribute == null)
       return "";
-   var attrVal = tag.getAttribute("netui:idScope");
+   try {
+      var attrVal = tag.getAttribute("netui:idScope");
+   } catch (e) { /* ignore, in IE6 calling on a table results in an exception */ }
    if (attrVal != null)
       return attrVal;
    return getScopeId(tag.parentNode);
@@ -163,4 +165,4 @@
    </ses:tests>
    <ses:endDate>14 Apr 2005, 01:51:44.453 PM MDT</ses:endDate>
    <ses:testCount>1</ses:testCount>
-</ses:recorderSession>
\ No newline at end of file
+</ses:recorderSession>