Retrieve the value of the specified item from the page context for this page, and define it as a scripting variable, and a page scope attribute accessible to the remainder of the current page.
If a problem occurs while retrieving the specified configuration object, a request time exception will be thrown.
id            Specifies the name of the scripting variable (and associated page scope attribute) that will be made available with the value of the specified page context property.property      Name of the property from our page context to be retrieved and exposed. Must be one of application, config, request, response, or session.