SCREENTHROW and NOSCREENTHROW (JANUS DEFINE parameters)

From m204wiki
Revision as of 20:39, 15 December 2014 by Alex (talk | contribs) (Created page with "{{DISPLAYTITLE:SCREENTHROW and NOSCREENTHROW}} <span class="pageSubtitle">Throw or don't throw WebScreenException exceptions on client errors.</sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Throw or don't throw WebScreenException exceptions on client errors.

SCREENTHROW and NOSCREENTHROW are parameters on JANUS DEFINE, which indicate whether or not WebScreenException exceptions are to be thrown on client errors.

Indicates whether or not WebScreenException exceptions are to be thrown on client errors. NOSCREENTHROW, the default, indicates that WebScreenException exceptions will not be thrown on client errors. When NOSCREENTHROW is used, client errors will typically result in a redisplay of the page in standard Janus Web legacy mode (NOXMLSCREEN) and a user restart in Janus Web Legacy XML mode(XMLSCREEN)

The SCREENTHROW and NOSCREENTHROW parameters are available in Model 204 7.6 and later.

You can override the SCREENTHROW and NOSCREENTHROW parameters on the JANUS DEFINE command on a URL basis using the like-named parameters in JANUS WEB SCREEN rules.

Valid only for WEBSERV ports.

See also