Hi ALL;
In My Application Iam Getting the web_custom _request.i have to convert that into URL mode.
In web_custom _request iam Getting the View state as ViewState="OGbrYMOA594577AbNVfMfmMVg3uiXyHYjzt3xc7thPDAhJK18umOnTTAtbDIKICGsmnCdUCdCV9GR0xlyP%2BxO%2Fqempc3uWtUDXFm41hVoU %2F jVn8oLEsc4UGVrdldfQUi.
I wrote the function for viewstate as web_reg_save_param("cmacys","LB=javax.faces.ViewState\" id=\"javax.faces.ViewState\" value=","RB=\" /></","ORD=ALL",LAST);
After Running the script,in Repaly log Iam Getting the value as "OGbrYMOA594577AbNVfMfmMVg3uiXyHYjzt3xc7thPDAhJK18umOnTTAtbDIKICGsmnCdUCdCV9GR0xlyP+xO/qempc3uWtUDXFm41hVoU/jVn8oLEsc4UGVrdldfQUi".
how to convert %2B ,%2F And %2F into + , / and /. iam Getting the %2f Twice.
i wrote the function for web convert like web_convert_param("ckey","SourceString={cmacys}","SourceEncoding=HTML","TargetEncoding=URL",LAST);
I have Attached the
Action part, Can any one help me how to write function for converting the
%2B and
%2F and where I have to put that function in script.
Thanks In Advance,
Regards,
Sudhakar.