Example: nca_configurator_parameterize_data
// Th
e web_submit_data call contains a call to the
// nca_configurator_parameterize_data function,
// which substitutes the saves the data received during Oracle
// Configuration initialization // with the nca_configurator_start function
// and with the nca_oracle_set_ui_data function)
// into internal parameters.
web_reg_save_param("nca_cfg_dhtml_session_id", "LB=<input type=\"hidden\" id=\"sessionId\" name=\"sessionId\" value=\"DHTML", "RB=\"", LAST );
web_submit_data("oracle.apps.cz.servlet.UiServlet_4", "Action=http://myServer.myLab.ad:8000/servlets/oracle.apps.cz.servlet.UiServlet", "Method=POST", "RecContentType=text/html", "Referer=http://myServer.myLab.ad:8000/OA_HTML/czCntnt.jsp", "Snapshot=t8.inf", "Mode=HTML", ITEMDATA, "Name=XMLmsg", nca_configurator_parametrize_data("Value=<client-event session-id='DHTML{nca_cfg_dhtml_session_id}'><show-config/><dhtml-cookie>oracle.uix=0^^GMT+2:00; JServSessionIdrootmyServer=aqjjrb4y51.okLGmk9JqAbGa34In6jQp65w/A5ycAzGp65wpR9xp30L/AfzrALvmwTvn3CLbx0Ka0--</dhtml-cookie></client-event>"), ENDITEM, "Name=sessionId", "Value=DHTML{nca_cfg_dhtml_session_id}", ENDITEM, LAST );