You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by wt...@apache.org on 2016/10/06 19:20:41 UTC

svn commit: r1763643 - /myfaces/site/publish/core22/myfaces-impl/webconfig.html

Author: wtlucy
Date: Thu Oct  6 19:20:41 2016
New Revision: 1763643

URL: http://svn.apache.org/viewvc?rev=1763643&view=rev
Log:
Update javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL parameter description

Modified:
    myfaces/site/publish/core22/myfaces-impl/webconfig.html

Modified: myfaces/site/publish/core22/myfaces-impl/webconfig.html
URL: http://svn.apache.org/viewvc/myfaces/site/publish/core22/myfaces-impl/webconfig.html?rev=1763643&r1=1763642&r2=1763643&view=diff
==============================================================================
--- myfaces/site/publish/core22/myfaces-impl/webconfig.html (original)
+++ myfaces/site/publish/core22/myfaces-impl/webconfig.html Thu Oct  6 19:20:41 2016
@@ -2535,10 +2535,8 @@ enabled when Bean Validation binaries ar
     <b>Description:</b> 
     <br />
     Submitted values are decoded as null values instead empty strings.
-
-
-<p>Note this param is ignored for components extending from UISelectOne/UISelectMany.</p>
-  
+    <p>Note this param is ignored for components extending from UISelectOne/UISelectMany.</p>
+    <p>Additionally, this parameter has no effect when EL 3.0 is used, due to an issue in the EL 3.0 specification.  When EL 3.0 is used, a custom ELResolver is needed - in addition to this parameter - to enable the behavior described by this parameter.  More information about this issue, as well as an example ELResolver, can be found here: <a href="https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1203">JAVASERVERFACES_SPEC_PUBLIC-1203</a></p>
   </td></tr>
   
 <tr class="b">