Controls the use and behavior of JSP pages.
JSP tags are not supported with Mobile Portal Accelerator so you should ignore the attributes in the JSP element of mcs-config.xml.
| Attribute | Description | Type | Default | Options | Use |
|---|---|---|---|---|---|
| evaluate-page-after-canvas | Whether JSPs should evaluate page content after the canvas element | xs:boolean | false | optional | |
| resolve-character-references | Whether JSP tags attempt to resolve character references in attributes and content before passing them on to the MCS API | xs:boolean | true | optional | |
| support-required | Whether JSP support is required for XDIME | xs:boolean | none | optional | |
| write-direct | Controls whether JSP tags should write device dependent content direct to the output, or whether they should write device independent content to MCS | xs:boolean | false | optional |
<jsp support-required="true" write-direct="false"
resolve-character-references="true" evaluate-page-after-canvas="false"/>