jassica 发表于 2009-10-23 11:08:13

关联时左右边界值的问题

录制的LR脚本中有个地方需要做关联的
serverse response是
dwr.engine._remoteHandleCallback('1','0',);
关联函数是
web_reg_save_param("id",

"LB=dwr.engine._remoteHandleCallback('1','0',[",

"RB=,\"\\u589E\\u52A0\\u6210\\u529F\"])",

LAST);

回放时报错
Action.c(2366): Error -26377: No match found for the requested parameter "id". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size   
Action.c(2366): web_custom_request("GroupManageBO.saveForAll.dwr") highest severity level was "ERROR", 171 body bytes, 194 header bytes   

请问各位高人,改怎么办
是关联的左右边界设置有问题吗


脚本附件已经上传,望高手赐教

[ 本帖最后由 jassica 于 2009-10-23 11:48 编辑 ]

iori 发表于 2009-10-23 11:28:01

建议你把lr脚本打包发上来看看

kuangquanshui 发表于 2009-10-23 12:33:17

关联还没涉及到   还得努力了

jassica 发表于 2009-10-23 13:33:36

能否指点一下

guiyi123 发表于 2009-10-23 13:39:31

把关联的内容打出来看看是什么
页: [1]
查看完整版本: 关联时左右边界值的问题