Table of Contents
Previous Section
(YES || <this will NOT evaluate>) (NO || <this will evaluate>) (YES && <this will evaluate>) (NO && <this will NOT evaluate>)To aid in the debugging process, WebObjects 4.0 has a WebScript 3.5 compatibility mode. This mode is controlled by a method in WOApplication named requiresWOF35Scripting. By default, this method returns NO; override it to return YES to get backward compatibility.
Table of Contents
Next Section