[Bedework-commit] r574 - trunk/calendar3/webcommon/src/org/bedework/webcommon/misc

svnadmin at bedework.org svnadmin at bedework.org
Mon Jun 12 22:59:52 EDT 2006


Author: douglm
Date: 2006-06-12 22:59:50 -0400 (Mon, 12 Jun 2006)
New Revision: 574

Modified:
   trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/UploadAction.java
Log:
File upload message for no file supplied

Modified: trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/UploadAction.java
===================================================================
--- trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/UploadAction.java	2006-06-13 02:36:44 UTC (rev 573)
+++ trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/UploadAction.java	2006-06-13 02:59:50 UTC (rev 574)
@@ -124,6 +124,7 @@
     String fileName = upFile.getFileName();
 
     if ((fileName == null) || (fileName.length() == 0)) {
+      form.getErr().emit("org.bedework.client.error.nofilename", 1);
       return "retry";
     }
 



More information about the Bedework-commit mailing list