Hey Matthias - On Jan 30, 2008 3:13 PM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > perhaps the doc is just wrong :-)
I believe you are correct - ie. the doc is not accurate. Looking at RequestContextBean.java, it seems that the following properties cannot be EL-bound: - process-scope-lifetime - client-validation-disabled - uploaded-file-processor ConfigParser.endElement() already logs a warning if any non-bindable properties are bound. Also note that our configuration parsing code already takes steps to cope with the fact that the FacesContext may not yet be initialized (see use of LazyValueExpression/LazyValueBinding). Since the debug-output property needs to be evaluated very early (pre-FacesContext), I think we should mark this as not-bindable and update the doc accordingly. Andy

