You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/05/01 06:15:37 UTC

svn commit: r939906 - /myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java

Author: lu4242
Date: Sat May  1 04:15:37 2010
New Revision: 939906

URL: http://svn.apache.org/viewvc?rev=939906&view=rev
Log:
add stateHolder mark to converter

Modified:
    myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java

Modified: myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java?rev=939906&r1=939905&r2=939906&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java (original)
+++ myfaces/core/branches/1.2.x/api/src/main/java/javax/faces/component/UIOutput.java Sat May  1 04:15:37 2010
@@ -92,7 +92,7 @@ public class UIOutput extends UIComponen
      * implements the Converter interface.
      * </p>
      */
-    @JSFProperty
+    @JSFProperty(stateHolder=true)
     public Converter getConverter()
     {
         if (_converter != null)