You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/04/23 23:34:42 UTC

svn commit: r1096238 - /myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg

Author: bommel
Date: Sat Apr 23 21:34:42 2011
New Revision: 1096238

URL: http://svn.apache.org/viewvc?rev=1096238&view=rev
Log:
(TOBAGO-988) Support for transient properties in UIComponent generation

Modified:
    myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg?rev=1096238&r1=1096237&r2=1096238&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/component1.1.stg Sat Apr 23 21:34:42 2011
@@ -540,6 +540,7 @@ public <property.type> get<property.uppe
   if (<property.propertyName> != null) {
     return <property.propertyName>;
   }
+  <if(!property.transient)>
   <getValueExpression(property)>
   if (vb != null) {
     Object object = <getValue(property)>