SCREENTHROW and NOSCREENTHROW (JANUS DEFINE parameters): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:SCREENTHROW and NOSCREENTHROW}} <span class="pageSubtitle">Throw or don't throw WebScreenException exceptions on client errors.</sp...")
 
No edit summary
Line 4: Line 4:
<var>SCREENTHROW</var> and <var>NOSCREENTHROW</var> are parameters on [[JANUS DEFINE]], which indicate whether or not [[WebScreenException class|WebScreenException]] exceptions are to be thrown on client errors.  
<var>SCREENTHROW</var> and <var>NOSCREENTHROW</var> are parameters on [[JANUS DEFINE]], which indicate whether or not [[WebScreenException class|WebScreenException]] exceptions are to be thrown on client errors.  


Indicates whether or not [[WebScreenException class|WebScreenException]] exceptions are to be thrown on client errors. <var>NOSCREENTHROW</var>, 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 ([[XMLSCREENFIELD and NOXMLSCREENFIELD (JANUS DEFINE parameters)|NOXMLSCREEN]]) and a user restart in Janus Web Legacy XML mode([[XMLSCREENFIELD and NOXMLSCREENFIELD (JANUS DEFINE parameters)|XMLSCREEN]])   
Indicates whether or not [[WebScreenException class|WebScreenException]] exceptions are to be thrown on client errors. <var>NOSCREENTHROW</var>, 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 Support|Janus Web legacy]] mode ([[XMLSCREEN and NOXMLSCREEN (JANUS DEFINE parameters)|NOXMLSCREEN]]) and a user restart in [[Janus Web Legacy XML Support|Janus Web Legacy XML]] mode ([[XMLSCREEN and NOXMLSCREEN (JANUS DEFINE parameters)|XMLSCREEN]])   


The <var>SCREENTHROW</var> and <var>NOSCREENTHROW</var> parameters are available in Model 204 7.6 and later.  
The <var>SCREENTHROW</var> and <var>NOSCREENTHROW</var> parameters are available in Model 204 7.6 and later.  

Revision as of 20:42, 15 December 2014

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