|
关联部分:
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 [MsgId: MERR-26377]
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 [MsgId: MMSG-26387]
望有人帮忙分析一下,THX
[ 本帖最后由 cyk00 于 2010-3-4 09:49 编辑 ] |
|