|
提交数据时Server Response HTTP Response of recording是的代码为:
<?xml version="1.0" encoding="UTF-8"?>
<rs>
<sid>0</sid>
<r><c>outer</c>
<d>z_ku_c1</d>
<d><![CDATA[
<input id="z_ku_c1" z.type="zul.widget.Txbox" class="input" style="width:120px;height:18px;font-size:13px;" z.valid="zkVld.noEmpty" value="8299" type="text"/>]]></d>
</r>
<r><c>outer</c>
<d>z_ku_n1</d>
<d><![CDATA[
<input id="z_ku_n1" z.type="zul.widget.Txbox" class="input" style="width:120px;height:18px;font-size:13px;" z.valid="zkVld.noEmpty" value="123456" type="password"/>]]></d>
</r>
<r><c>redirect</c>
<d>/DTT/frame/beforeOnLineTest.jsp</d>
<d></d>
</r>
</rs>
可是HTTP Response of Replay时的代码为:
<?xml version="1.0" encoding="UTF-8"?>
<rs>
<r><c>redirect</c>
<d>/DTT/timeout.zul</d>
<d></d>
</r>
</rs>
不知道是什么原因? |
|