You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2009/09/29 15:32:01 UTC

svn commit: r819941 - /myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml

Author: lofwyr
Date: Tue Sep 29 13:32:00 2009
New Revision: 819941

URL: http://svn.apache.org/viewvc?rev=819941&view=rev
Log:
fix syntax

Modified:
    myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml?rev=819941&r1=819940&r2=819941&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/file/file.xhtml Tue Sep 29 13:32:00 2009
@@ -16,7 +16,5 @@
     <tc:file value="#{upload.file}" required="true"/>
     <tc:button label="OK" action="#{upload.upload}"/>
     
-    <f:
-
   </tc:page>
 </f:view>