cyk00 发表于 2010-3-4 09:40:48

关联时遇到的奇怪问题

关联部分:
        web_reg_save_param("depparticipantid",
                "LB=depparticipantid\" value=\"",
                "RB=\">",
                "Ord=1",
                LAST);
关联参数在HTML中的代码:
   <input type="hidden" name="depparticipantid" value="A98F3C8E-7FDB-C642-D318-967B266E2E54">
在HTML的源文件中有以上代码两行相同的

当我把depparticipantid在创建到参数列表时,报错(在不加入到参数列表时运行可以通过)
主要我是想将这个关联的参数打印出来
        lr_output_message("value Captured = %s", lr_eval_string("{depparticipantid}"));
检查其是否取到了相应的值

blog中的报错为:
se2.c(28): Error -26377: No match found for the requested parameter "depparticipantid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 65536 bytes, use web_set_max_html_param_len to increase the parameter size       
choose2.c(28): web_submit_data("com.fhd.questionanswer.queAnswerSelectMain.flow_2") highest severity level was "ERROR", 122497 body bytes, 412 header bytes, 264 chunking overhead bytes       
望有人帮忙分析一下,THX

[ 本帖最后由 cyk00 于 2010-3-4 09:49 编辑 ]

云层 发表于 2010-3-4 09:44:26

你直接没关联到而已,检查左右边界

skyzhu 发表于 2010-3-4 10:42:56

web_reg_save_param用法看现在的样子是对的
可能是放错了地方了,他是获取这段代码之后的一个请求。
比如你要关联的信息是在打开页面是出来的,然后是在提交信息的时候用到的,那web_reg_save_param应该放在打开页面的URL之前

cyk00 发表于 2010-3-4 15:59:51

回复 3# 的帖子

嗯,问题已经解决~~灰常THX
页: [1]
查看完整版本: 关联时遇到的奇怪问题