javascript detection

2007-08-20 Thread Thomas Fischer
in web xml, I stumbled across the org.apache.myfaces.DETECT_JAVASCRIPT setting, which sounds like it could be used to do javascript detection. Checking the source code, the relevant method is org.apache.myfaces.shared_impl.renderkit.html.util. JavascriptUtils.isJavascriptDetected(). This method checks

Re: javascript detection

2007-08-20 Thread Mike Kienenberger
... /c:otherwise /c:choose In the myfaces configuration in web xml, I stumbled across the org.apache.myfaces.DETECT_JAVASCRIPT setting, which sounds like it could be used to do javascript detection. Checking the source code, the relevant method is org.apache.myfaces.shared_impl.renderkit.html.util