Author: dolander
Date: Thu Jul 22 19:04:02 2004
New Revision: 23160
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/Tree.java
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/bugs/cr137279/index.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseClient.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTree.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTreeTwo.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContent.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContentAnchor.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/content.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/contentAnchor.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr180331.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr182056.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/disabled.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/emptyTree.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/nullAction.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/override.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/overrideTwo.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/selectStyles.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeBinding.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeFrame.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtml.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtmlTwo.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeStyle.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/writeTreeError.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/sessionInfo.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/status.inc
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/testInfo.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute1.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute2.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute3.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute4.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute5.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute6.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute7.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute8.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute1.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute2.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute3.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute4.jsp
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute5.jsp
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeDynamicBaseTree.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeInvalidLayout.xml
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeStaticBaseTree.xml
Log:
Changed the name of the RichTree tag to Tree. The the tree was named RichTree
due to previous WLW 8.1
history. This tree tag is a redesign and rewrite from scratch of the limitted
feature version
shipped prevously shipped.
Most of this change was updating the tests to the new tag name.
Modified:
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/Tree.java
==============================================================================
---
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/Tree.java
(original)
+++
incubator/beehive/trunk/netui/src/tags-html/org/apache/beehive/netui/tags/tree/Tree.java
Thu Jul 22 19:04:02 2004
@@ -81,7 +81,7 @@
* <p/>
* </table></p>
* @jsptagref.tagdescription
- * Renders a navigable tree of [EMAIL PROTECTED] Node} tags.
+ * Renders a navigable tree of [EMAIL PROTECTED] TreeElement} tags.
*
* <p>This tag can automatically handle display icons for the tree nodes
* through the <code>imageRoot</code> attribute.
@@ -123,7 +123,7 @@
* </netui:node>
* </netui:tree></pre>
*
- * @netui:tag name="richTree" description="Renders a tree control represented
by a set of TreeElement objects."
+ * @netui:tag name="tree" description="Renders a tree control represented by a
set of TreeElement objects."
* @netui.tldx:tag renderer="workshop.netui.jspdesigner.tldx.TreeRenderer"
whitespace="indent"
* @netui:attribute name="tagId" required="true"
*/
@@ -426,7 +426,7 @@
* Sets the root <code>TreeElement</code> of this tree.
* @param rootNode - the root treeNode
* @jsptagref.attributedescription
- * Sets the root [EMAIL PROTECTED] TreeNode} of this tree.
+ * Sets the root [EMAIL PROTECTED] TreeElement} of this tree.
*
* @jsptagref.databindable false
*
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/bugs/cr137279/index.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/bugs/cr137279/index.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/bugs/cr137279/index.jsp
Thu Jul 22 19:04:02 2004
@@ -7,36 +7,36 @@
<netui:base/>
</head>
<body>
- <p style="color:#339900;">This test demonstrates two bad action errors
within a <netui:richTree>. There are
- three trees. The first is a working tree. The second has a bad
selectionAction in the <richTree>
+ <p style="color:#339900;">This test demonstrates two bad action errors
within a <netui:tree>. There are
+ three trees. The first is a working tree. The second has a bad
selectionAction in the <tree>
tag. The third has a bad action the first <node> contained inside
the tree. The second
and third should result in errors being displayed.
<hr>
- <netui:richTree selectionAction="begin" dataSource="pageFlow.tree"
tagId="treeOne">
+ <netui:tree selectionAction="begin" dataSource="pageFlow.tree"
tagId="treeOne">
<netui:treeItem>
<netui:treeLabel>1.0</netui:treeLabel>
<netui:treeItem>1.1</netui:treeItem>
<netui:treeItem>1.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
<hr>
<h4>Tree Action Error</h4>
- <netui:richTree selectionAction="badAction"
dataSource="pageFlow.treeTwo" tagId="treeTwo">
+ <netui:tree selectionAction="badAction" dataSource="pageFlow.treeTwo"
tagId="treeTwo">
<netui:treeItem>
<netui:treeLabel>1.0</netui:treeLabel>
<netui:treeItem>1.1</netui:treeItem>
<netui:treeItem>1.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
<hr>
<h4>TreeNode Action Error</h4>
- <netui:richTree selectionAction="begin"
dataSource="pageFlow.treeThree" tagId="treeThree">
+ <netui:tree selectionAction="begin" dataSource="pageFlow.treeThree"
tagId="treeThree">
<netui:treeItem>
<netui:treeLabel>1.0</netui:treeLabel>
<netui:treeItem action="badAction">1.1</netui:treeItem>
<netui:treeItem>1.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
<hr>
</body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseClient.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseClient.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseClient.jsp
Thu Jul 22 19:04:02 2004
@@ -31,7 +31,7 @@
</div>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree8" selectionAction="postback"
tagId="tree" runAtClient="true">
+ <netui:tree dataSource="pageFlow.tree8" selectionAction="postback"
tagId="tree" runAtClient="true">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true" action="postback">
@@ -49,7 +49,7 @@
</netui:treeItem>
<netui:treeItem expanded="true"
action="postback">0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTree.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTree.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTree.jsp
Thu Jul 22 19:04:02 2004
@@ -27,13 +27,13 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td><netui:content
value="${pageFlow.node}"/></td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree"/>
+ <netui:tree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree"/>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTreeTwo.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTreeTwo.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/baseTreeTwo.jsp
Thu Jul 22 19:04:02 2004
@@ -27,13 +27,13 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td><netui:content
value="${pageFlow.node}"/></td></tr>
</table>
</div>
- Core test of the RichTree tag set. The tree is defined in the JSP
page. It sets the as few attributes as possible. The Tree, selectionAction
and
+ Core test of the tree tag set. The tree is defined in the JSP page.
It sets the as few attributes as possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true" action="postback">
@@ -51,7 +51,7 @@
</netui:treeItem>
<netui:treeItem expanded="true"
action="postback">0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContent.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContent.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContent.jsp
Thu Jul 22 19:04:02 2004
@@ -48,7 +48,7 @@
tags. The tree is also expanded and collapsed on the Client.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree13"
selectionAction="postback" tagId="tree" runAtClient="true">
+ <netui:tree dataSource="pageFlow.tree13" selectionAction="postback"
tagId="tree" runAtClient="true">
<netui:treeItem expanded="true">
<netui:treeLabel><span class="container"><netui:content
value="${pageFlow.containerPrefix}"/> <b>0</b></span></netui:treeLabel>
<netui:treeContent><span class='alien'><img src="omg.gif"
border="0"></span></netui:treeContent>
@@ -85,7 +85,7 @@
<netui:treeContent><span class='alien'><img
src="alien.gif" border="0"></span></netui:treeContent>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContentAnchor.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContentAnchor.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/clientContentAnchor.jsp
Thu Jul 22 19:04:02 2004
@@ -42,7 +42,7 @@
on the client, the state of the tree must be written on the anchors.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree15"
selectionAction="postback" tagId="tree" runAtClient="true">
+ <netui:tree dataSource="pageFlow.tree15" selectionAction="postback"
tagId="tree" runAtClient="true">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeContent></netui:treeContent>
@@ -87,7 +87,7 @@
<netui:treeContent></netui:treeContent>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/content.jsp
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/content.jsp
(original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/content.jsp
Thu Jul 22 19:04:02 2004
@@ -38,7 +38,7 @@
positioned images.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree12"
selectionAction="postback" tagId="tree">
+ <netui:tree dataSource="pageFlow.tree12" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeContent><span class='alien'><img src="omg.gif"
border="0"></span></netui:treeContent>
@@ -75,7 +75,7 @@
<netui:treeContent><span class='alien'><img
src="alien.gif" border="0"></span></netui:treeContent>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/contentAnchor.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/contentAnchor.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/contentAnchor.jsp
Thu Jul 22 19:04:02 2004
@@ -40,7 +40,7 @@
Tree Postback Information box.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree14"
selectionAction="postback" tagId="tree">
+ <netui:tree dataSource="pageFlow.tree14" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeContent></netui:treeContent>
@@ -78,92 +78,6 @@
<netui:treeItem>
<netui:treeLabel>0.1.1</netui:treeLabel>
<netui:treeContent></netui:treeContent>
- <netui:html> <head>
- <title>contentAnchor.jsp</title>
- <link href="style.css" rel="stylesheet"
- type="text/css"> <style type="text/css">
- .anchor { position: absolute; left: 150pt; }
- </style> <netui:base/> </head>
- <netui:body> <h4
- class="title"><netui:anchor action="begin"
-
styleClass="homeAnchor">Home</netui:anchor>contentAnchor.jsp
- [goContentAnchor.do] </h4> <!-- Attribute
- Information --> <div
- style='float:left;width:300px'> <table
- cellpadding="2" cellspacing="0" border="1"
- width="300px">
-
<tr><th>Creation</th><td>Static</td></tr>
-
<tr><th>tree</th><td>{pageFlow.tree14}</td></tr>
-
<tr><th>action</th><td>postback</td></tr>
-
<tr><th>runAtClient</th><td>false</td></tr>
- </table> </div> <!-- Postback
- information --> <div
- style='float:right;width:250px;border:solid 1pt
- gray;margin:2 4;'> <p
- style="font-weight:bold;text-align:center;margin:
- 0;padding:0;">Tree Postback
Information</p>
- <table cellpadding='0' cellspacing='2'
- width="100%"> <tr><th
- style="text-align:right"
-
width="100pt">Expand:</th><td><netui:content
-
value="${pageFlow.expand}"/></td></tr>
- <tr><th style="text-align:right"
-
width="100pt">Selection:</th><td><netui:content
- value="${pageFlow.node}"/></td></tr>
- <tr><th style="text-align:right"
-
width="100pt">Status:</th><td><netui:content
- value="${pageFlow.status}"/><netui:content
- value="${param.status}"/></td></tr>
- </table> </div> This sample
demonstrates
- the use of anchors in the &lt;treeContent>
- tag. The anchors will navigate cause a postback to
- the same page. When the anchors are pressed, the
- Status will be set in the Tree Postback Information
- box. <hr style="clear:left"> <div
- class="content"> <netui:richTree
- dataSource="pageFlow.tree14"
- selectionAction="postback" tagId="tree">
- <netui:treeItem expanded="true">
- <netui:treeLabel>0</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- <netui:treeItem expanded="true">
- <netui:treeLabel>0.0</netui:treeLabel>
- <netui:treeContent> <netui:anchor
- action="contentPostback"
- styleClass="anchor">[Content PostBack]
- <netui:parameter name="status" value="0.0"/>
- </netui:anchor> </netui:treeContent>
- <netui:treeItem expanded="true">
-
<netui:treeLabel>0.0.0</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- <netui:treeItem>
-
<netui:treeLabel>0.0.0.0</netui:treeLabel>
- <netui:treeContent> <netui:anchor
- action="contentPostbackTwo"
- styleClass="anchor">[Content PostBack Two]
- <netui:parameter name="status"
- value="0.0.0.0"/> </netui:anchor>
- </netui:treeContent> </netui:treeItem>
- <netui:treeItem>
-
<netui:treeLabel>0.0.0.1</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- </netui:treeItem> </netui:treeItem>
- </netui:treeItem> <netui:treeItem>
- <netui:treeLabel>0.1</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- <netui:treeItem>
-
<netui:treeLabel>0.1.0</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- </netui:treeItem> <netui:treeItem>
-
<netui:treeLabel>0.1.1</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- </netui:treeItem> </netui:treeItem>
- <netui:treeItem>
- <netui:treeLabel>0.2</netui:treeLabel>
- <netui:treeContent></netui:treeContent>
- </netui:treeItem> </netui:treeItem>
- </netui:richTree> </div>
- </netui:body> </netui:html>
</netui:treeItem>
</netui:treeItem>
<netui:treeItem>
@@ -171,7 +85,7 @@
<netui:treeContent></netui:treeContent>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr180331.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr180331.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr180331.jsp
Thu Jul 22 19:04:02 2004
@@ -28,11 +28,11 @@
</table>
</div>
This was a layout issue in the old tree. The error here was that the
colspan was not calculated correctly resulting
- in an error in the layout when the dynamic tree was built. This is
not an issue in the new the RichTree because
+ in an error in the layout when the dynamic tree was built. This is
not an issue in the new the tree because
it doesn't use tables for layout.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree"/>
+ <netui:tree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree"/>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr182056.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr182056.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/cr182056.jsp
Thu Jul 22 19:04:02 2004
@@ -32,7 +32,7 @@
of being placed to the right.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree6" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree6" selectionAction="postback"
tagId="tree">
<netui:treeItem action="postback" expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem action="postback" expanded="true">
@@ -62,7 +62,7 @@
<netui:treeItem action="postback"
expanded="true">0.2.2</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/disabled.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/disabled.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/disabled.jsp
Thu Jul 22 19:04:02 2004
@@ -35,7 +35,7 @@
may not be selected.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree16"
selectionAction="postback" tagId="tree" selectionClass="treeSelected"
treeClass="treeStyle" disableClass="treeDisabled"
unselectClass="treeUnselected">
+ <netui:tree dataSource="pageFlow.tree16" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle"
disableClass="treeDisabled" unselectClass="treeUnselected">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>Node 0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -59,7 +59,7 @@
</netui:treeItem>
<netui:treeItem expanded="true">Node 0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/emptyTree.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/emptyTree.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/emptyTree.jsp
Thu Jul 22 19:04:02 2004
@@ -23,7 +23,7 @@
not define <node> elements. The result is a <tree> that doesn't
bind to a data Structure.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree9" selectionAction="postback"
tagId="tree" />
+ <netui:tree dataSource="pageFlow.tree9" selectionAction="postback"
tagId="tree" />
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/nullAction.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/nullAction.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/nullAction.jsp
Thu Jul 22 19:04:02 2004
@@ -31,7 +31,7 @@
action, it may not be selected so we disable it.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree17"
selectionAction="postback" tagId="tree" selectionClass="treeSelected"
disableClass="treeDisabled" unselectClass="treeUnselected"
treeClass="treeStyle"/>
+ <netui:tree dataSource="pageFlow.tree17" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" disableClass="treeDisabled"
unselectClass="treeUnselected" treeClass="treeStyle"/>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/override.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/override.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/override.jsp
Thu Jul 22 19:04:02 2004
@@ -38,7 +38,7 @@
labels of the node reflect the expected action to be called on
selection.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree17"
selectionAction="postback" tagId="tree" selectionClass="treeSelected"
treeClass="treeStyle" disableClass="treeDisabled"
unselectClass="treeUnselected">
+ <netui:tree dataSource="pageFlow.tree17" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle"
disableClass="treeDisabled" unselectClass="treeUnselected">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>Node 0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -63,7 +63,7 @@
</netui:treeItem>
<netui:treeItem expanded="true">Node 0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/overrideTwo.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/overrideTwo.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/overrideTwo.jsp
Thu Jul 22 19:04:02 2004
@@ -35,7 +35,7 @@
expansion action set on the <b>tree</b> tag. This is how you can
create two actions, one for expansion and one for selection on a tree.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree18"
selectionAction="postback" tagId="tree" selectionClass="treeSelected"
treeClass="treeStyle" disableClass="treeDisabled"
unselectClass="treeUnselected">
+ <netui:tree dataSource="pageFlow.tree18" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle"
disableClass="treeDisabled" unselectClass="treeUnselected">
<netui:treeItem expanded="true">
<netui:treePropertyOverride selectionAction="postbackTwo" />
<netui:treeLabel>0 [2]</netui:treeLabel>
@@ -60,7 +60,7 @@
</netui:treeItem>
<netui:treeItem expanded="true">0.2 [2]</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/selectStyles.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/selectStyles.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/selectStyles.jsp
Thu Jul 22 19:04:02 2004
@@ -33,7 +33,7 @@
indicate the currently selected element within the tree.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" unselectClass="treeUnselected">
+ <netui:tree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" unselectClass="treeUnselected">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>Node 0</netui:treeLabel>
<netui:treeItem expanded="true" action="postback">
@@ -51,7 +51,7 @@
</netui:treeItem>
<netui:treeItem expanded="true" action="postback">Node
0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeBinding.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeBinding.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeBinding.jsp
Thu Jul 22 19:04:02 2004
@@ -20,9 +20,9 @@
This binds to a Page Flow variable that doesn't exist. The result is
an expression error.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.badPageFlowTree"
selectionAction="postback" tagId="tree" >
+ <netui:tree dataSource="pageFlow.badPageFlowTree"
selectionAction="postback" tagId="tree" >
<netui:treeItem expanded="true" action="postback">Tree
Root</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeFrame.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeFrame.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeFrame.jsp
Thu Jul 22 19:04:02 2004
@@ -8,7 +8,7 @@
</head>
<netui:body style="border: 20pt 5%;background-color:#ccffcc;">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree19"
selectionAction="goTreeFrame" tagId="tree" selectionClass="treeSelected"
treeClass="treeStyle"
+ <netui:tree dataSource="pageFlow.tree19" selectionAction="goTreeFrame"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle"
disableClass="treeDisabled" unselectClass="treeUnselected"
expansionTarget="treeFrame">
<netui:treeItem expanded="true" disabled="true">
<netui:treeLabel>HREF Test Tree</netui:treeLabel>
@@ -17,7 +17,7 @@
<netui:treeItem href="PageTwo.html" target="contentFrame">Page
Two</netui:treeItem>
<netui:treeItem href="PageThree.html"
target="contentFrame">Page Three</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtml.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtml.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtml.jsp
Thu Jul 22 19:04:02 2004
@@ -34,7 +34,7 @@
In addition, the action is only specified on the <table> tag.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree10"
selectionAction="postback" tagId="tree">
+ <netui:tree dataSource="pageFlow.tree10" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -52,7 +52,7 @@
</netui:treeItem>
<netui:treeItem>0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtmlTwo.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtmlTwo.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeHtmlTwo.jsp
Thu Jul 22 19:04:02 2004
@@ -45,7 +45,7 @@
is generated from the TreeNodes.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree11"
selectionAction="postback" tagId="tree">
+ <netui:tree dataSource="pageFlow.tree11" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel><span class="container"><netui:content
value="${pageFlow.containerPrefix}"/> <b>0</b></span></netui:treeLabel>
<netui:treeItem expanded="true">
@@ -63,7 +63,7 @@
</netui:treeItem>
<netui:treeItem><span class="container"><netui:content
value="${pageFlow.containerPrefix}"/> <b>0.2</b></span></netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeStyle.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeStyle.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/treeStyle.jsp
Thu Jul 22 19:04:02 2004
@@ -34,7 +34,7 @@
the overall font is set for the tree.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle">
+ <netui:tree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree" selectionClass="treeSelected" treeClass="treeStyle">
<netui:treeItem expanded="true" action="postback">
<netui:treeLabel>Node 0</netui:treeLabel>
<netui:treeItem expanded="true" action="postback">
@@ -52,7 +52,7 @@
</netui:treeItem>
<netui:treeItem expanded="true" action="postback">Node
0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/writeTreeError.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/writeTreeError.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/richTree/writeTreeError.jsp
Thu Jul 22 19:04:02 2004
@@ -24,14 +24,14 @@
to the backing variable.
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree7" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree7" selectionAction="postback"
tagId="tree">
<netui:treeItem action="postback" expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem action="postback"
expanded="true">0.0</netui:treeItem>
<netui:treeItem action="postback"
expanded="true">0.1</netui:treeItem>
<netui:treeItem action="postback"
expanded="true">0.2</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/template/divPanelTree/index.jsp
Thu Jul 22 19:04:02 2004
@@ -18,7 +18,7 @@
</head>
<netui:body>
<table width="100%" cellspacing="5"><tr><td width="20%" valign="top">
- <netui:richTree selectionAction="treePost"
+ <netui:tree selectionAction="treePost"
dataSource="pageFlow.tree" selectionClass="selected"
unselectClass="unselected"
tagId="Tree1" runAtClient="true" >
<netui:treeItem clientAction='divPanel.showPage("RootPage");'
expanded="true">
@@ -37,7 +37,7 @@
<netui:treeItem clientAction='divPanel.showPage("Page2");'
>2</netui:treeItem>
<netui:treeItem clientAction='divPanel.showPage("Page3");'
>3</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</td><td valign="top" width="50%">
<netui-template:divPanel tagId="divPanel" >
<netui-template:section name="RootPage" ><h4>Root of the
Tree<h4></netui-template:section>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/sessionInfo.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/sessionInfo.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/sessionInfo.jsp
Thu Jul 22 19:04:02 2004
@@ -3,15 +3,17 @@
org.apache.beehive.netui.tools.testrecorder.shared.config.WebappConfig,
org.apache.beehive.netui.tools.testrecorder.shared.config.Category,
org.apache.beehive.netui.tools.testrecorder.shared.config.Categories,
- java.util.List,
org.apache.beehive.netui.tools.testrecorder.shared.Constants,
+
org.apache.beehive.netui.tools.testrecorder.server.state.Session,
java.io.File,
java.text.SimpleDateFormat,
-
org.apache.beehive.netui.tools.testrecorder.server.state.Session,
java.util.Calendar,
- java.util.Date"%>
+ java.util.Date,
+ java.util.List,
+ java.util.Locale"%>
<%!
- private static final SimpleDateFormat dateFormat = new SimpleDateFormat(
"dd MMM, hh:mm:ss aa" );
+ // todo: need to clean this up to handle date formats correctly in one
place
+ private static final SimpleDateFormat dateFormat = new SimpleDateFormat(
"dd MMM, hh:mm:ss aa", Locale.US );
%>
<%
Calendar calendar = Calendar.getInstance();
@@ -36,7 +38,7 @@
catHref = new String( "testInfo.jsp?category=" + category.getName() );
reportFile = new File( category.getReportDirPath(),
"/html/junit-noframes.html" );
if ( reportFile.exists() ) {
- calendar.setTimeInMillis( reportFile.lastModified());
+ calendar.setTimeInMillis(reportFile.lastModified());
date = calendar.getTime();
resultsHref = new String( "<a href=" + webapp.getServletURI() +
"?" + Constants.MODE + "=" + Constants.ADMIN +
"&" + Constants.CMD + "=" + Constants.DISPLAY_REPORT +
"&category=" + category.getName() + ">results (" +
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/status.inc
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/status.inc
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/status.inc
Thu Jul 22 19:04:02 2004
@@ -1,15 +1,13 @@
-<%@ page
import="org.apache.beehive.netui.tools.testrecorder.server.state.Session" %>
+<%@ page
import="org.apache.beehive.netui.tools.testrecorder.server.state.Session,
+
org.apache.beehive.netui.tools.testrecorder.shared.util.DateHelper" %>
<%@ page
import="org.apache.beehive.netui.tools.testrecorder.server.TestRecorderFilter"
%>
<%@ page
import="org.apache.beehive.netui.tools.testrecorder.server.state.RecordSession"
%>
<%@ page
import="org.apache.beehive.netui.tools.testrecorder.server.state.RecordSession"
%>
-<%@ page import="java.text.SimpleDateFormat" %>
<%@ page import="java.text.MessageFormat" %>
<%@ page import="java.util.*" %>
<%!
- private static final SimpleDateFormat dateFormat = new SimpleDateFormat(
Session.DATE_FORMAT_STRING );
-
private static final String property =
"<strong style=\"color: blue\">{0}</strong>";
private static final String value =
@@ -41,7 +39,7 @@
<%
TestRecorderFilter filter = TestRecorderFilter.instance();
- String dateString = dateFormat.format( new Date() );
+ String dateString = DateHelper.formatToString(new Date());
boolean testMode = false;
RecordSession recordingSession = null;
String recSessionInfo = null;
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/testInfo.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/testInfo.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/testRecorder/testInfo.jsp
Thu Jul 22 19:04:02 2004
@@ -3,16 +3,13 @@
org.apache.beehive.netui.tools.testrecorder.shared.config.WebappConfig,
org.apache.beehive.netui.tools.testrecorder.shared.config.Category,
org.apache.beehive.netui.tools.testrecorder.shared.config.Categories,
- java.util.List,
org.apache.beehive.netui.tools.testrecorder.shared.config.TestDefinition,
org.apache.beehive.netui.tools.testrecorder.shared.Constants,
+
org.apache.beehive.netui.tools.testrecorder.shared.util.DateHelper,
java.io.File,
- java.text.SimpleDateFormat,
java.util.Calendar,
- java.util.Date"%>
-<%!
- private static final SimpleDateFormat dateFormat = new SimpleDateFormat(
"dd MMM, hh:mm:ss aa" );
-%>
+ java.util.Date,
+ java.util.List"%>
<%
Calendar calendar = Calendar.getInstance();
Date date = null;
@@ -75,7 +72,7 @@
date = calendar.getTime();
playbackHref = new String( "<a href=" + webapp.getServletURI() +
"?" + Constants.MODE + "=" + Constants.ADMIN +
"&" + Constants.CMD + "=" + Constants.DISPLAY_PLAYBACK +
"&test=" + test.getName() + ">" + test.getName() +
- " Playback File (" + dateFormat.format( date ) + ")</a>");
+ " Playback File (" + DateHelper.formatToReadableString(date) +
")</a>");
}
else {
playbackHref = " ";
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute1.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute1.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute1.jsp
Thu Jul 22 19:04:02 2004
@@ -20,7 +20,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0 [A]</netui:treeLabel>
<netui:treeHtmlAttribute attribute="a" value="**A**"
onLabelLink="true"/>
@@ -53,7 +53,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute2.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute2.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute2.jsp
Thu Jul 22 19:04:02 2004
@@ -18,7 +18,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -47,7 +47,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute3.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute3.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute3.jsp
Thu Jul 22 19:04:02 2004
@@ -16,7 +16,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -42,7 +42,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute4.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute4.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute4.jsp
Thu Jul 22 19:04:02 2004
@@ -17,7 +17,7 @@
value on the label. You must look at the source to verify.
</p>
<div class="content">
- <netui:richTree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -42,7 +42,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute5.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute5.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute5.jsp
Thu Jul 22 19:04:02 2004
@@ -17,7 +17,7 @@
Anchor and should match the label. You must view source to verify
this results.
</p>
<div class="content">
- <netui:richTree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0 [A]</netui:treeLabel>
<netui:treeHtmlAttribute attribute="a" value="**A**"
onLabelLink="true" applyToDescendents="true" />
@@ -46,7 +46,7 @@
<netui:treeItem>0.1.1 [A]</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute6.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute6.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute6.jsp
Thu Jul 22 19:04:02 2004
@@ -18,7 +18,7 @@
the label value. You must view source to confirm the attributes.
</p>
<div class="content">
- <netui:richTree dataSource="pageFlow.tree6" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree6" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0 [A]</netui:treeLabel>
<netui:treeHtmlAttribute attribute="a" value="A"
onLabelLink="true" applyToDescendents="true" />
@@ -45,7 +45,7 @@
<netui:treeItem>0.1.1 [A]</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute7.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute7.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute7.jsp
Thu Jul 22 19:04:02 2004
@@ -17,7 +17,7 @@
verify the attributes and labels are the same.
</p>
<div class="content">
- <netui:richTree dataSource="pageFlow.tree7" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree7" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0 [A]</netui:treeLabel>
<netui:treeHtmlAttribute attribute="a" value="A"
onLabelLink="true" applyToDescendents="true" />
@@ -48,7 +48,7 @@
<netui:treeItem>0.1.1 [A]</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute8.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute8.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeAttribute/attribute8.jsp
Thu Jul 22 19:04:02 2004
@@ -18,7 +18,7 @@
compare the attributes and the label.
</p>
<div class="content">
- <netui:richTree dataSource="pageFlow.tree8" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree8" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0 [A]</netui:treeLabel>
<netui:treeHtmlAttribute attribute="a" value="A"
onLabelLink="true" applyToDescendents="true" />
@@ -48,7 +48,7 @@
<netui:treeItem>0.1.1 [A]</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute1.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute1.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute1.jsp
Thu Jul 22 19:04:02 2004
@@ -17,7 +17,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree1" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -46,7 +46,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute2.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute2.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute2.jsp
Thu Jul 22 19:04:02 2004
@@ -16,7 +16,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree2" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -46,7 +46,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute3.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute3.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute3.jsp
Thu Jul 22 19:04:02 2004
@@ -16,7 +16,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree3" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -45,7 +45,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute4.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute4.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute4.jsp
Thu Jul 22 19:04:02 2004
@@ -17,7 +17,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree4" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -47,7 +47,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute5.jsp
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute5.jsp
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/tree/treeMultiAttr/attribute5.jsp
Thu Jul 22 19:04:02 2004
@@ -16,7 +16,7 @@
</p>
<hr style="clear:left">
<div class="content">
- <netui:richTree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree">
+ <netui:tree dataSource="pageFlow.tree5" selectionAction="postback"
tagId="tree">
<netui:treeItem expanded="true">
<netui:treeLabel>0</netui:treeLabel>
<netui:treeItem expanded="true">
@@ -46,7 +46,7 @@
<netui:treeItem>0.1.1</netui:treeItem>
</netui:treeItem>
</netui:treeItem>
- </netui:richTree>
+ </netui:tree>
</div>
</netui:body>
</netui:html>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeDynamicBaseTree.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeDynamicBaseTree.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeDynamicBaseTree.xml
Thu Jul 22 19:04:02 2004
@@ -2,7 +2,7 @@
<ses:recorderSession
xmlns:ses="http://beehive.apache.org/netui/tools/testrecorder/2004/session">
<ses:sessionName>RichTreeDynamicBaseTree</ses:sessionName>
<ses:tester>null</ses:tester>
- <ses:startDate>28 Jun 2004, 07:49:30.117 PM MDT</ses:startDate>
+ <ses:startDate>22 Jul 2004, 07:11:32.474 PM MDT</ses:startDate>
<ses:description>null</ses:description>
<ses:tests>
<ses:test>
@@ -11,60 +11,47 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/goBaseTree.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters/>
- <ses:cookies>
- <ses:cookie>
- <ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
- </ses:cookie>
- </ses:cookies>
+ <ses:cookies/>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>1</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -77,7 +64,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -98,7 +85,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -166,60 +153,56 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/goBaseTree.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters/>
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>2</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -232,7 +215,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -253,7 +236,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -321,7 +304,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -337,53 +320,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>3</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -396,7 +375,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -417,7 +396,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td>0.0</td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -485,7 +464,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -501,53 +480,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>4</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -560,7 +535,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -581,7 +556,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td>0.0.0</td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -649,7 +624,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -665,53 +640,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>5</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -724,7 +695,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -745,7 +716,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -799,7 +770,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -815,53 +786,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>6</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -874,7 +841,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -895,7 +862,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -943,7 +910,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -959,53 +926,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>7</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -1018,7 +981,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -1039,7 +1002,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -1081,7 +1044,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -1097,53 +1060,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>10186B0AC4B3AA7834CE290647B03B15</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=10186B0AC4B3AA7834CE290647B03B15; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f53</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7415</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>8</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -1156,7 +1115,7 @@
<head>
<title>baseTree.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTree.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTree.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTree.jsp [goBaseTree.do] </h4>
@@ -1177,7 +1136,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td>0.2</td></tr>
</table>
</div>
- Core test of the RichTree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
+ Core test of the tree tag set. It sets the as few attributes as
possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -1214,7 +1173,7 @@
</ses:testResults>
</ses:test>
</ses:tests>
- <ses:endDate>28 Jun 2004, 07:49:34.153 PM MDT</ses:endDate>
+ <ses:endDate>22 Jul 2004, 07:11:35.899 PM MDT</ses:endDate>
<ses:sessionStatus>fail</ses:sessionStatus>
<ses:testCount>8</ses:testCount>
<ses:passedCount>0</ses:passedCount>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeInvalidLayout.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeInvalidLayout.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeInvalidLayout.xml
Thu Jul 22 19:04:02 2004
@@ -2,7 +2,7 @@
<ses:recorderSession
xmlns:ses="http://beehive.apache.org/netui/tools/testrecorder/2004/session">
<ses:sessionName>RichTreeInvalidLayout</ses:sessionName>
<ses:tester>null</ses:tester>
- <ses:startDate>26 Jun 2004, 08:57:17.977 AM MDT</ses:startDate>
+ <ses:startDate>22 Jul 2004, 07:11:40.476 PM MDT</ses:startDate>
<ses:description>null</ses:description>
<ses:tests>
<ses:test>
@@ -11,60 +11,47 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/goCr180331.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters/>
- <ses:cookies>
- <ses:cookie>
- <ses:name>JSESSIONID</ses:name>
-
<ses:value>AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
- </ses:cookie>
- </ses:cookies>
+ <ses:cookies/>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-5f1b4b71:fd617361cc:-7f4f</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7406</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>1</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -77,7 +64,7 @@
<head>
<title>cr180331.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/cr180331.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/cr180331.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>cr180331.jsp [goCr180331.do] </h4>
@@ -99,7 +86,7 @@
</table>
</div>
This was a layout issue in the old tree. The error here was that the
colspan was not calculated correctly resulting
- in an error in the layout when the dynamic tree was built. This is
not an issue in the new the RichTree because
+ in an error in the layout when the dynamic tree was built. This is
not an issue in the new the tree because
it doesn't use tables for layout.
<hr style="clear:left">
<div class="content">
@@ -150,60 +137,56 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/goCr180331.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters/>
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:value>8041D1C354736F3972DCDFB8C3D96165</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=8041D1C354736F3972DCDFB8C3D96165; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7406</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-5f1b4b71:fd617361cc:-7f4f</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>2</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -216,7 +199,7 @@
<head>
<title>cr180331.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/cr180331.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/cr180331.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>cr180331.jsp [goCr180331.do] </h4>
@@ -238,7 +221,7 @@
</table>
</div>
This was a layout issue in the old tree. The error here was that the
colspan was not calculated correctly resulting
- in an error in the layout when the dynamic tree was built. This is
not an issue in the new the RichTree because
+ in an error in the layout when the dynamic tree was built. This is
not an issue in the new the tree because
it doesn't use tables for layout.
<hr style="clear:left">
<div class="content">
@@ -289,7 +272,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -305,53 +288,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:value>8041D1C354736F3972DCDFB8C3D96165</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=8041D1C354736F3972DCDFB8C3D96165; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-5f1b4b71:fd617361cc:-7f4f</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7406</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>3</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -364,7 +343,7 @@
<head>
<title>cr180331.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/cr180331.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/cr180331.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>cr180331.jsp [goCr180331.do] </h4>
@@ -386,7 +365,7 @@
</table>
</div>
This was a layout issue in the old tree. The error here was that the
colspan was not calculated correctly resulting
- in an error in the layout when the dynamic tree was built. This is
not an issue in the new the RichTree because
+ in an error in the layout when the dynamic tree was built. This is
not an issue in the new the tree because
it doesn't use tables for layout.
<hr style="clear:left">
<div class="content">
@@ -437,7 +416,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -453,53 +432,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:value>8041D1C354736F3972DCDFB8C3D96165</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AdO21zV8OoGDXQcMjK8Nfm2qBDlJ1YmNvVxg6r8FUOLbJdEj2M5o!-1495683163</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=8041D1C354736F3972DCDFB8C3D96165; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-7406</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-5f1b4b71:fd617361cc:-7f4f</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>4</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -512,7 +487,7 @@
<head>
<title>cr180331.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/cr180331.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/cr180331.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>cr180331.jsp [goCr180331.do] </h4>
@@ -534,7 +509,7 @@
</table>
</div>
This was a layout issue in the old tree. The error here was that the
colspan was not calculated correctly resulting
- in an error in the layout when the dynamic tree was built. This is
not an issue in the new the RichTree because
+ in an error in the layout when the dynamic tree was built. This is
not an issue in the new the tree because
it doesn't use tables for layout.
<hr style="clear:left">
<div class="content">
@@ -580,7 +555,7 @@
</ses:testResults>
</ses:test>
</ses:tests>
- <ses:endDate>26 Jun 2004, 08:57:21.502 AM MDT</ses:endDate>
+ <ses:endDate>22 Jul 2004, 07:11:42.168 PM MDT</ses:endDate>
<ses:sessionStatus>fail</ses:sessionStatus>
<ses:testCount>4</ses:testCount>
<ses:passedCount>0</ses:passedCount>
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeStaticBaseTree.xml
==============================================================================
---
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeStaticBaseTree.xml
(original)
+++
incubator/beehive/trunk/netui/test/webapps/drt/testRecorder/tests/RichTreeStaticBaseTree.xml
Thu Jul 22 19:04:02 2004
@@ -2,7 +2,7 @@
<ses:recorderSession
xmlns:ses="http://beehive.apache.org/netui/tools/testrecorder/2004/session">
<ses:sessionName>RichTreeStaticBaseTree</ses:sessionName>
<ses:tester>null</ses:tester>
- <ses:startDate>28 Jun 2004, 07:51:03.751 PM MDT</ses:startDate>
+ <ses:startDate>22 Jul 2004, 07:11:54.966 PM MDT</ses:startDate>
<ses:description>null</ses:description>
<ses:tests>
<ses:test>
@@ -11,60 +11,47 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/goStaticBaseTree.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters/>
- <ses:cookies>
- <ses:cookie>
- <ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
- </ses:cookie>
- </ses:cookies>
+ <ses:cookies/>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f07</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-73db</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>1</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -77,7 +64,7 @@
<head>
<title>baseTreeTwo.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTreeTwo.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTreeTwo.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTreeTwo.jsp [goStaticBaseTree.do] </h4>
@@ -98,7 +85,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. The tree is defined in the JSP
page. It sets the as few attributes as possible. The Tree, selectionAction
and
+ Core test of the tree tag set. The tree is defined in the JSP page.
It sets the as few attributes as possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -158,7 +145,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -174,53 +161,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>E048CFA9F369C3BEDD1C512FA642CF35</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=E048CFA9F369C3BEDD1C512FA642CF35; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-73db</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f07</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>2</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -233,7 +216,7 @@
<head>
<title>baseTreeTwo.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTreeTwo.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTreeTwo.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTreeTwo.jsp [goStaticBaseTree.do] </h4>
@@ -254,7 +237,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td>0.0.0</td></tr>
</table>
</div>
- Core test of the RichTree tag set. The tree is defined in the JSP
page. It sets the as few attributes as possible. The Tree, selectionAction
and
+ Core test of the tree tag set. The tree is defined in the JSP page.
It sets the as few attributes as possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -314,7 +297,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -330,53 +313,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>E048CFA9F369C3BEDD1C512FA642CF35</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=E048CFA9F369C3BEDD1C512FA642CF35; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f07</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-73db</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>3</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -389,7 +368,7 @@
<head>
<title>baseTreeTwo.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTreeTwo.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTreeTwo.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTreeTwo.jsp [goStaticBaseTree.do] </h4>
@@ -410,7 +389,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td> </td></tr>
</table>
</div>
- Core test of the RichTree tag set. The tree is defined in the JSP
page. It sets the as few attributes as possible. The Tree, selectionAction
and
+ Core test of the tree tag set. The tree is defined in the JSP page.
It sets the as few attributes as possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -484,7 +463,7 @@
<ses:protocol>HTTP</ses:protocol>
<ses:protocolVersion>1.1</ses:protocolVersion>
<ses:host>localhost</ses:host>
- <ses:port>7001</ses:port>
+ <ses:port>8080</ses:port>
<ses:uri>/coreWeb/richTree/postback.do</ses:uri>
<ses:method>GET</ses:method>
<ses:parameters>
@@ -500,53 +479,49 @@
<ses:cookies>
<ses:cookie>
<ses:name>JSESSIONID</ses:name>
-
<ses:value>AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:value>E048CFA9F369C3BEDD1C512FA642CF35</ses:value>
</ses:cookie>
</ses:cookies>
<ses:headers>
<ses:header>
- <ses:name>Accept</ses:name>
+ <ses:name>accept</ses:name>
<ses:value>image/gif, image/x-xbitmap, image/jpeg,
image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint,
application/msword, application/x-shockwave-flash, */*</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Encoding</ses:name>
+ <ses:name>accept-encoding</ses:name>
<ses:value>gzip, deflate, x-gzip, compress,
x-compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>Accept-Language</ses:name>
+ <ses:name>accept-language</ses:name>
<ses:value>en-us</ses:value>
</ses:header>
<ses:header>
- <ses:name>Connection</ses:name>
+ <ses:name>connection</ses:name>
<ses:value>Keep-Alive, TE</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie</ses:name>
-
<ses:value>JSESSIONID=AgKSMk4Emb5Rwg1ltkG5M41FjO8FUStCAw162xMhE8BU3AFRltuq!2087985446</ses:value>
+ <ses:name>cookie</ses:name>
+ <ses:value>$Version=0;
JSESSIONID=E048CFA9F369C3BEDD1C512FA642CF35; $Path=/coreWeb</ses:value>
</ses:header>
<ses:header>
- <ses:name>Cookie2</ses:name>
+ <ses:name>cookie2</ses:name>
<ses:value>$Version="1"</ses:value>
</ses:header>
<ses:header>
- <ses:name>Host</ses:name>
- <ses:value>localhost:7001</ses:value>
+ <ses:name>host</ses:name>
+ <ses:value>localhost:8080</ses:value>
</ses:header>
<ses:header>
- <ses:name>TE</ses:name>
+ <ses:name>te</ses:name>
<ses:value>trailers, deflate, gzip, compress</ses:value>
</ses:header>
<ses:header>
- <ses:name>User-Agent</ses:name>
- <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
+ <ses:name>testrecorder.playback.testid</ses:name>
+ <ses:value>6b1e73a0:fde948c1cf:-73db</ses:value>
</ses:header>
<ses:header>
- <ses:name>testRecorder.playback.testID</ses:name>
- <ses:value>-32eecf14:fd6e151247:-7f07</ses:value>
- </ses:header>
- <ses:header>
- <ses:name>testRecorder.playback.testNumber</ses:name>
- <ses:value>4</ses:value>
+ <ses:name>user-agent</ses:name>
+ <ses:value>Mozilla/4.0 (compatible; MSIE 6.0; Windows NT
5.1) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E</ses:value>
</ses:header>
</ses:headers>
</ses:request>
@@ -559,7 +534,7 @@
<head>
<title>baseTreeTwo.jsp</title>
<link href="style.css" rel="stylesheet" type="text/css">
- <base href="http://localhost:7001/coreWeb/richTree/baseTreeTwo.jsp">
+ <base href="http://localhost:8080/coreWeb/richTree/baseTreeTwo.jsp">
</head>
<body>
<h4 class="title"><a href="/coreWeb/richTree/begin.do"
class="homeAnchor">Home</a>baseTreeTwo.jsp [goStaticBaseTree.do] </h4>
@@ -580,7 +555,7 @@
<tr><th style="text-align:right"
width="100pt">Selection:</th><td>0.0.0.0</td></tr>
</table>
</div>
- Core test of the RichTree tag set. The tree is defined in the JSP
page. It sets the as few attributes as possible. The Tree, selectionAction
and
+ Core test of the tree tag set. The tree is defined in the JSP page.
It sets the as few attributes as possible. The Tree, selectionAction and
TagId are required attributes. <i>Action</i> must be set so that
there can be a postback to the tree.
This tree will auto expand/contract in the calling action.
<i>TagId</i> is used to uniquely identify
the tree on a page contain other trees. <i>Tree</i> is used to bind
to the tree variable.
@@ -649,7 +624,7 @@
</ses:testResults>
</ses:test>
</ses:tests>
- <ses:endDate>28 Jun 2004, 07:51:08.378 PM MDT</ses:endDate>
+ <ses:endDate>22 Jul 2004, 07:11:57.841 PM MDT</ses:endDate>
<ses:sessionStatus>fail</ses:sessionStatus>
<ses:testCount>4</ses:testCount>
<ses:passedCount>0</ses:passedCount>