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 2006/10/15 22:51:39 UTC

svn commit: r464285 - /myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp

Author: bommel
Date: Sun Oct 15 13:51:38 2006
New Revision: 464285

URL: http://svn.apache.org/viewvc?view=rev&rev=464285
Log:
moved fileupload from security to test

Modified:
    myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp?view=diff&rev=464285&r1=464284&r2=464285
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/fileUpload.jsp Sun Oct 15 13:51:38 2006
@@ -8,7 +8,8 @@
       <tc:gridLayout/>
     </f:facet>
     <tc:out value="Hello World"/>
-    <tc:file label="test" value="#{test.file}" />
+    <tx:file label="test" value="#{test.file}" />
+    <tc:messages/>
     <tc:button label="Submit" defaultCommand="true" />
   </tc:page>
 </f:view>