This JSP processes page content and returns any variables
(OPCGIPARAMs) for future processing during CCL playback. It is designed
to process Business Objects 6.5 HTTP requests, and determine the
correct sEntry
values.
The JSP takes a vector of page contents and processes each one in turn. When finished it places on the request object an attribute named “variables” that contains any OPCGIPARAM vars, which have been set as a result of the processing.
The request attribute “url” contains the URL that was requested that triggered the page loads. The request attribute “content” is a vector of content objects, for each page that was loaded as a result of the target being requested. This processing will only work for BO 6.5. See the default template in:
SYBASE\tomcat\webapps\onepage\portlets\jsp\custom\handleBO65Page Content.jsp
See “Using @OPCGIPARAM to define a default value” for general information about @OPCGIPARAM,
and see “Understanding Page Content Processor JSP” for
more detailed information, to help ensure OPCGIPARAM substitution
works properly.