requires that a full page reload takes places. sometimes eval'ing a more complex js lib (such as tiny mce) directly into global context does not work (timing issues?) this should be used only rarely when complex js is executed and has errors in it, since a full page refresh is slower than a ajax call. when a component is validated (last cycle before rendering), and a full page refresh is required, then a full page request command is sent via JSON to the browser which then executes it using document.location.replace(...). Since this step involves two calls (JSON+reload), this is slower than a normal full page click (aka known as non-ajax mode).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.