The system function J2EELib.clearRequestAttr removes the argument that is associated with the specified key in the request object. This function is useful in PageHandlers and in programs that run in Web applications.
You can set an argument in the request object by using the system function J2EELib.setRequestAttr. You can retrieve the argument by using the system function J2EELib.getRequestAttr.
J2EELib.clearRequestAttr(key STRING in)
Related concepts
Syntax diagram for EGL functions
PageHandler
Related reference
EGL library J2EELib
getRequestAttr()
setRequestAttr()