Hi, I'm trying to develop a web application with non invasive use of Javascript, so that the application could work also when javascript is off.
I'm interested in using org.apache.myfaces.ALLOW_JAVASCRIPT org.apache.myfaces.DETECT_JAVASCRIPT in the web.xml but they don't seem to work. The param ALLOW_JAVASCRIPT correctly adds params to the url but not in the requestMap. DETECT_JAVASCRIPT does not work when javascript is enabled (redirects to a wrong url, i think). Is there someone who has the same problem or that has a possible solution? Thanks Vincenzo Aprea
