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/01 22:08:37 UTC

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

Author: bommel
Date: Fri Apr  1 20:08:36 2011
New Revision: 1087878

URL: http://svn.apache.org/viewvc?rev=1087878&view=rev
Log:
bugfix generate components for jsf 1.1

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

Modified: myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/tag1.1.stg
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/tag1.1.stg?rev=1087878&r1=1087877&r2=1087878&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/tag1.1.stg (original)
+++ myfaces/tobago/trunk/tobago-tool/tobago-tool-apt/src/main/resources/org/apache/myfaces/tobago/apt/tag1.1.stg Fri Apr  1 20:08:36 2011
@@ -204,7 +204,7 @@ if (<it.propertyName> != null) {
 
 TextAlign() ::= <<
 if (<it.propertyName> != null) {
-  if (isValueReference<it.propertyName>)) {
+  if (isValueReference(<it.propertyName>)) {
     <createValueBinding(it)>
   } else {
     component.set<it.upperCamelCaseName>(org.apache.myfaces.tobago.layout.TextAlign.parse(<it.propertyName>));