|
Action.c(48): Error -26377: No match found for the requested parameter "WCSParam_Diff1". 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 [MsgId: MERR-26377]
Action.c(48): web_link("报销单") highest severity level was "ERROR", 149 body bytes, 225 header bytes [MsgId: MMSG-26388]
脚本:
// [WCSPARAM WCSParam_Diff1 23 ExpenseSheetList.action] Parameter {WCSParam_Diff1} created by Correlation Studio
web_reg_save_param( "WCSParam_Diff1", "LB= action=\"", "RB=\"", "Ord=3", "Search=Body", "RelFrameId=1", LAST );
// [WCSPARAM WCSParam_Diff2 9 direction] Parameter {WCSParam_Diff2} created by Correlation Studio
web_reg_save_param( "WCSParam_Diff2", "LB=hidden name=\"", "RB=\"", "Ord=2", "Search=Body", "RelFrameId=1", LAST );
// [WCSPARAM WCSParam_Diff3 11 currentPage] Parameter {WCSParam_Diff3} created by Correlation Studio
web_reg_save_param( "WCSParam_Diff3", "LB=hidden name=\"", "RB=\"", "Ord=3", "Search=Body", "RelFrameId=1", LAST );
web_link("报销单",
"Snapshot=t3.inf",
EXTRARES,
"Url=images/bgcolor.gif", ENDITEM,
"Url=images/bdm.gif", ENDITEM,
"Url=images/button1.gif", ENDITEM,
"Url=images/BD2.gif", ENDITEM,
"Url=images/BD6.gif", ENDITEM,
"Url=images/11.gif", ENDITEM,
LAST); |
|