XhtmlCheckBox
ekoneil
08 Jul 2004, 01:42:30.362 PM MDT
ekoneil
1
HTTP
1.1
localhost
8080
/coreWeb/xhtml/goCheckboxTest.do
GET
accept
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
accept-encoding
gzip, deflate, x-gzip, compress, x-compress
accept-language
en-us
connection
Keep-Alive, TE
cookie2
$Version="1"
host
localhost:8080
te
trailers, deflate, gzip, compress
testrecorder.playback.testid
5322191f:fd9ffc1336:-5a22
testrecorder.playback.testnumber
1
user-agent
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
200
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Input Test Page</title>
<style type="text/css">
.normal {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal2 {color: #cc0099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal3 {color: #00cc99;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalBold {color: #000099;font-family:Verdana; font-size:8pt; font-weight: bold;margin:0,0,0,0;}
li {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalError {color: #ff0033;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalHead {color: #000099;font-family:Verdana; font-size:8pt;font-weight: strong;margin:0,0,0,0;}
.title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
.resultDiv {border: thin solid;margin:5,5,5,5;}
</style>
</head>
<body>
<h1 class="normalHead">CheckBox and CheckBox Group tests</h1>
<a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home</a>
<div class="resultDiv">
<p class="normal">CheckBox and CheckBox Group tests</p>
<form id="checkboxTests" action="/coreWeb/xhtml/postCheckForm.do" method="post">
<table>
<tr valign="top">
<td class="normalBold" align="right">CheckBox Group</td>
<td>
<input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" /><span class="normal">Text CB Option One</span>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" /><span class="normal">Text CB Option Two</span>
</td>
</tr>
<tr valign="top" >
<td class="normalBold" align="right">Repeating CheckBox Group</td>
<td>
<table>
<tr><td align="right" class="normal2">
<span>CBG Option 1</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 2</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 3</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
</td></tr>
</table>
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 1</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check1}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check1}" lang="en" dir="ltr" />
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 2</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check2}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check2}" checked="checked" />
</td>
</tr>
<tr valign="top">
<td colspan="2" align="center">
<table cellspacing="0" border="1">
<tr><th class="normalBold" valign="top" align="center">Complex Repeater</th><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
<span class="normal">Option One</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
<span class="normal2">Option Two</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
<span class="normal3">Option Three</span><br/>
</td></tr></table>
</td>
</tr>
</table>
<br />
<input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />
<input type="submit" name="actionOverride:postCheckFormTwo" class="normal" value="Post To Results Two" />
</form>
</div>
</body>
</html>
fail
2
HTTP
1.1
localhost
8080
/coreWeb/xhtml/postCheckForm.do
POST
wlw-checkbox_group_key:${actionForm.cbg}
CheckBox Option 2
wlw-checkbox_group_key:${actionForm.cbg}OldValue
true
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-1
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-2
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-3
wlw-checkbox_group_key:${actionForm.optCbgMap}OldValue
true
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 1
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 2
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 3
wlw-checkbox_group_key:${actionForm.optCbg}OldValue
true
wlw-checkbox_key:${actionForm.check1}
on
wlw-checkbox_key:${actionForm.check1}OldValue
false
wlw-checkbox_key:${actionForm.check2}
on
wlw-checkbox_key:${actionForm.check2}OldValue
false
JSESSIONID
1BFFDA13ECA66F0BFC1745BD8BAB49DE
accept
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
accept-encoding
gzip, deflate, x-gzip, compress, x-compress
accept-language
en-us
cache-control
no-cache
connection
Keep-Alive, TE
content-length
857
content-type
application/x-www-form-urlencoded
cookie
$Version=0; JSESSIONID=1BFFDA13ECA66F0BFC1745BD8BAB49DE; $Path=/coreWeb
cookie2
$Version="1"
host
localhost:8080
te
trailers, deflate, gzip, compress
testrecorder.playback.testid
5322191f:fd9ffc1336:-5a22
testrecorder.playback.testnumber
2
user-agent
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
200
Checkbox Results
Action: postFormOne
CheckBox Group |
Repeating CheckBox Group |
Check One |
Check Two |
Complex Repeater |
|
|
false |
true |
|
]]>
pass
3
HTTP
1.1
localhost
8080
/coreWeb/xhtml/goCheckboxTest.do
GET
JSESSIONID
1BFFDA13ECA66F0BFC1745BD8BAB49DE
accept
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
accept-encoding
gzip, deflate, x-gzip, compress, x-compress
accept-language
en-us
connection
Keep-Alive, TE
cookie
$Version=0; JSESSIONID=1BFFDA13ECA66F0BFC1745BD8BAB49DE; $Path=/coreWeb
cookie2
$Version="1"
host
localhost:8080
te
trailers, deflate, gzip, compress
testrecorder.playback.testid
5322191f:fd9ffc1336:-5a22
testrecorder.playback.testnumber
3
user-agent
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
200
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Input Test Page</title>
<style type="text/css">
.normal {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal2 {color: #cc0099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal3 {color: #00cc99;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalBold {color: #000099;font-family:Verdana; font-size:8pt; font-weight: bold;margin:0,0,0,0;}
li {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalError {color: #ff0033;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalHead {color: #000099;font-family:Verdana; font-size:8pt;font-weight: strong;margin:0,0,0,0;}
.title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
.resultDiv {border: thin solid;margin:5,5,5,5;}
</style>
</head>
<body>
<h1 class="normalHead">CheckBox and CheckBox Group tests</h1>
<a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home</a>
<div class="resultDiv">
<p class="normal">CheckBox and CheckBox Group tests</p>
<form id="checkboxTests" action="/coreWeb/xhtml/postCheckForm.do" method="post">
<table>
<tr valign="top">
<td class="normalBold" align="right">CheckBox Group</td>
<td>
<input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" /><span class="normal">Text CB Option One</span>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" /><span class="normal">Text CB Option Two</span>
</td>
</tr>
<tr valign="top" >
<td class="normalBold" align="right">Repeating CheckBox Group</td>
<td>
<table>
<tr><td align="right" class="normal2">
<span>CBG Option 1</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 2</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 3</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
</td></tr>
</table>
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 1</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check1}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check1}" lang="en" dir="ltr" />
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 2</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check2}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check2}" checked="checked" />
</td>
</tr>
<tr valign="top">
<td colspan="2" align="center">
<table cellspacing="0" border="1">
<tr><th class="normalBold" valign="top" align="center">Complex Repeater</th><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
<span class="normal">Option One</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
<span class="normal2">Option Two</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
<span class="normal3">Option Three</span><br/>
</td></tr></table>
</td>
</tr>
</table>
<br />
<input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />
<input type="submit" name="actionOverride:postCheckFormTwo" class="normal" value="Post To Results Two" />
</form>
</div>
</body>
</html>
fail
4
HTTP
1.1
localhost
8080
/coreWeb/xhtml/postCheckForm.do
POST
actionOverride:postCheckFormTwo
Post To Results Two
wlw-checkbox_group_key:${actionForm.cbg}
CheckBox Option 2
wlw-checkbox_group_key:${actionForm.cbg}OldValue
true
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-1
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-2
wlw-checkbox_group_key:${actionForm.optCbgMap}
opt-3
wlw-checkbox_group_key:${actionForm.optCbgMap}OldValue
true
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 1
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 2
wlw-checkbox_group_key:${actionForm.optCbg}
CBG Option 3
wlw-checkbox_group_key:${actionForm.optCbg}OldValue
true
wlw-checkbox_key:${actionForm.check1}
on
wlw-checkbox_key:${actionForm.check1}OldValue
false
wlw-checkbox_key:${actionForm.check2}
on
wlw-checkbox_key:${actionForm.check2}OldValue
false
JSESSIONID
1BFFDA13ECA66F0BFC1745BD8BAB49DE
accept
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
accept-encoding
gzip, deflate, x-gzip, compress, x-compress
accept-language
en-us
cache-control
no-cache
connection
Keep-Alive, TE
content-length
911
content-type
application/x-www-form-urlencoded
cookie
$Version=0; JSESSIONID=1BFFDA13ECA66F0BFC1745BD8BAB49DE; $Path=/coreWeb
cookie2
$Version="1"
host
localhost:8080
te
trailers, deflate, gzip, compress
testrecorder.playback.testid
5322191f:fd9ffc1336:-5a22
testrecorder.playback.testnumber
4
user-agent
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
200
Checkbox Results
Action: postFormTwo
CheckBox Group |
Repeating CheckBox Group |
Check One |
Check Two |
Complex Repeater |
|
|
false |
true |
|
]]>
pass
5
HTTP
1.1
localhost
8080
/coreWeb/xhtml/goCheckboxTest.do
GET
JSESSIONID
1BFFDA13ECA66F0BFC1745BD8BAB49DE
accept
image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
accept-encoding
gzip, deflate, x-gzip, compress, x-compress
accept-language
en-us
connection
Keep-Alive, TE
cookie
$Version=0; JSESSIONID=1BFFDA13ECA66F0BFC1745BD8BAB49DE; $Path=/coreWeb
cookie2
$Version="1"
host
localhost:8080
te
trailers, deflate, gzip, compress
testrecorder.playback.testid
5322191f:fd9ffc1336:-5a22
testrecorder.playback.testnumber
5
user-agent
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) RPT-HTTPClient/0.3-3E RPT-HTTPClient/0.3-3E
200
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Input Test Page</title>
<style type="text/css">
.normal {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal2 {color: #cc0099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normal3 {color: #00cc99;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalBold {color: #000099;font-family:Verdana; font-size:8pt; font-weight: bold;margin:0,0,0,0;}
li {color: #000099;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalError {color: #ff0033;font-family:Verdana; font-size:8pt;margin:0,0,0,0;}
.normalHead {color: #000099;font-family:Verdana; font-size:8pt;font-weight: strong;margin:0,0,0,0;}
.title {color: #000099;font-family:Verdana; font-size:12pt;margin:2,0,5,0;}
.resultDiv {border: thin solid;margin:5,5,5,5;}
</style>
</head>
<body>
<h1 class="normalHead">CheckBox and CheckBox Group tests</h1>
<a href="/coreWeb/xhtml/begin.do" class="normal" rel="contents" rev="chapter">Home</a>
<div class="resultDiv">
<p class="normal">CheckBox and CheckBox Group tests</p>
<form id="checkboxTests" action="/coreWeb/xhtml/postCheckForm.do" method="post">
<table>
<tr valign="top">
<td class="normalBold" align="right">CheckBox Group</td>
<td>
<input type="hidden" name="wlw-checkbox_group_key:{actionForm.cbg}OldValue" value="true" />
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 1" disabled="disabled" lang="en" title="Title Text" alt="Alt Text" dir="ltr" /><span class="normal">Text CB Option One</span>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.cbg}" value="CheckBox Option 2" checked="checked" /><span class="normal">Text CB Option Two</span>
</td>
</tr>
<tr valign="top" >
<td class="normalBold" align="right">Repeating CheckBox Group</td>
<td>
<table>
<tr><td align="right" class="normal2">
<span>CBG Option 1</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 1" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbg}OldValue" value="true" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 2</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 2" checked="checked" />
</td></tr>
<tr><td align="right" class="normal2">
<span>CBG Option 3</span>
</td><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbg}" value="CBG Option 3" />
</td></tr>
</table>
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 1</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check1}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check1}" lang="en" dir="ltr" />
</td>
</tr>
<tr valign="top">
<td class="normalBold" align="right">CheckBox 2</td>
<td>
<input type="hidden" name="wlw-checkbox_key:{actionForm.check2}OldValue" value="false" /><input type="checkbox" name="wlw-checkbox_key:{actionForm.check2}" checked="checked" />
</td>
</tr>
<tr valign="top">
<td colspan="2" align="center">
<table cellspacing="0" border="1">
<tr><th class="normalBold" valign="top" align="center">Complex Repeater</th><td>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-1" checked="checked" /><input type="hidden" name="wlw-checkbox_group_key:{actionForm.optCbgMap}OldValue" value="true" />
<span class="normal">Option One</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-2" />
<span class="normal2">Option Two</span><br/>
<input type="checkbox" name="wlw-checkbox_group_key:{actionForm.optCbgMap}" value="opt-3" />
<span class="normal3">Option Three</span><br/>
</td></tr></table>
</td>
</tr>
</table>
<br />
<input type="submit" class="normal" value="Post To Results One" title="Post to Results One" lang="en" alt="Post to Results One" dir="ltr" />
<input type="submit" name="actionOverride:postCheckFormTwo" class="normal" value="Post To Results Two" />
</form>
</div>
</body>
</html>
fail
08 Jul 2004, 01:42:34.377 PM MDT
fail
5
2
3