shengyong.dai 发表于 2010-7-26 10:16:58

急求:帮忙看一下关联的问题

在第一次返的时候插入关联函数,但还是报错说找不到边界:
vuser_init.c(212): Error -26377: No match found for the requested parameter "apply_id". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size       
vuser_init.c(212): web_concurrent_end highest severity level was "ERROR", 6051 body bytes, 553 header bytes       
vuser_init.c(212): Notify: Transaction "登陆" ended with "Fail" status (Duration: 0.5829 Wasted Time: 0.0001).

shengyong.dai 发表于 2010-7-26 10:18:14

web_submit_data("myworksAction!toTaskHandle.action",
                "Action=http://{IP}/PPMS_HP/mywork/myworksAction!toTaskHandle.action",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://{IP}/PPMS_HP/mywork/myworksAction!toApply.action?applyid={apply_id}&stepcode=ppms_in_step_002",
                "Snapshot=t36.inf",
                "Mode=HTTP",
                ITEMDATA,
                "Name=applyList.taskList.piid", "Value=127985105758771728", ENDITEM,
                "Name=applyList.taskList.tkid", "Value=127986292054267908", ENDITEM,
                "Name=applyList.taskList.flag", "Value=true", ENDITEM,
                "Name=applyList.taskList.reason", "Value=tongguo", ENDITEM,
                "Name=applyList.userid", "Value=A0083940", ENDITEM,
                "Name=pager.pageNumber", "Value=1", ENDITEM,
                "Name=pageNO", "Value=1", ENDITEM,
                LAST);

        lr_end_transaction("提交申请", LR_AUTO);

zhulifu 发表于 2010-7-26 13:41:45

你的关联函数用在哪里了?
页: [1]
查看完整版本: 急求:帮忙看一下关联的问题