// processFormRequest()
HashMap hm = new HashMap(1);
hm.put("myParam", "myParamVal");
oapagecontext.setForwardURL("MY_FUNCTION", (byte)0, null, hm, true, "N", (byte)0);
You can then retrieve this parameter in processRequest() via:
oapagecontext.getParameter("myParam")
HashMap hm = new HashMap(1);
hm.put("myParam", "myParamVal");
oapagecontext.setForwardURL("MY_FUNCTION", (byte)0, null, hm, true, "N", (byte)0);
You can then retrieve this parameter in processRequest() via:
oapagecontext.getParameter("myParam")
HI Santhosh,
ReplyDeleteIts very use full code.I have used this code now its working fine.
very usefull
ReplyDeletethanks a lot!!
very usefull
ReplyDeleteThanks a lot!!