Author: amarkhel
Date: 2009-04-10 07:02:05 -0400 (Fri, 10 Apr 2009)
New Revision: 13487
Modified:
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/Constants.java
Log:
Modified:
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/Constants.java
===================================================================
---
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/Constants.java 2009-04-10
10:58:54 UTC (rev 13486)
+++
trunk/test-applications/realworld2/ejb/src/main/java/org/richfaces/realworld/service/Constants.java 2009-04-10
11:02:05 UTC (rev 13487)
@@ -52,6 +52,10 @@
public static final String USER_DELETED_EVENT = "userDeletedEvent";
//Errors(Internationalization pending)
+ public static final String FILE_MANAGER_COMPONENT = "fileManager";
+ public static final String SHELF_RECENTLY_DELETED_ERROR = "This shelf was recently
deleted. Refresh your browser to see actual data.";
+ public static final String IMAGE_RECENTLY_DELETED_ERROR = "This image was recently
deleted. Refresh your browser to see actual data.";
+ public static final String ALBUM_RECENTLY_DELETED_ERROR = "This album was recently
deleted. Refresh your browser to see actual data.";
public static final String UPDATE_USER_ERROR = "Error while saving preferences to
database.";
public static final String SHELF_DELETING_ERROR = "Error while deleting shelf from
database.";
public static final String SHELF_SAVING_ERROR = "Error while saving shelf to
database.";
@@ -113,7 +117,7 @@
public static final String UPLOAD_ROOT_PATH_COMPONENT_NAME =
"uploadRootPath";
public static final int INITIAL_DELAY = 4000;
public static final int DELAY = 3000;
- public static final String DEFAULT_PICTURE = "default/noimage.jpg";
+ public static final String DEFAULT_PICTURE = "default/noimage_small200.jpg";
public static final int DEFAULT_BUFFER_SIZE = 8192;
public static final String UPLOAD = "upload";
public static final String FEMALE = "Female";
Show replies by date