Question on ValueExpression, with an empty ExpressionString (Jetty vs Tomcat)

2007-12-21 Thread Matthias Wessendorf
Inside of Trinidad's EditableValueRenderer (org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.EditableValueRenderer) there getReadOnly(...), which is called by all inputXyz Renderers to check if the component should be rendered readOnly or not That method checks if the component is

Re: Question on ValueExpression, with an empty ExpressionString (Jetty vs Tomcat)

2007-12-21 Thread Manfred Geiler
My personal feeling is that getValueExpression should NOT return null if explictly called with an empty String. However, this is something for the Unified EL (ie. JSP) specification. If this behaviour is unclear from the spec, it should be explicitly defined there. --Manfred On 12/21/07,

Re: Question on ValueExpression, with an empty ExpressionString (Jetty vs Tomcat)

2007-12-21 Thread Matthias Wessendorf
in case of jsf11; value= == null as well, not valueBinding-object -M On Dec 21, 2007 2:53 PM, Manfred Geiler [EMAIL PROTECTED] wrote: My personal feeling is that getValueExpression should NOT return null if explictly called with an empty String. However, this is something for the Unified EL