Author: nbelaevski
Date: 2009-03-12 16:23:04 -0400 (Thu, 12 Mar 2009)
New Revision: 12948
Modified:
trunk/framework/impl/src/main/java/org/richfaces/component/FileUploadConstants.java
Log:
rich:fileUpload refactored
Modified:
trunk/framework/impl/src/main/java/org/richfaces/component/FileUploadConstants.java
===================================================================
---
trunk/framework/impl/src/main/java/org/richfaces/component/FileUploadConstants.java 2009-03-12
20:22:50 UTC (rev 12947)
+++
trunk/framework/impl/src/main/java/org/richfaces/component/FileUploadConstants.java 2009-03-12
20:23:04 UTC (rev 12948)
@@ -49,6 +49,8 @@
/** Session bean name where stop keys will be stored */
public static final String REQUEST_KEYS_BEAN_NAME =
"_richfaces_request_keys";
+ public static final String FILE_UPLOAD_ACTION =
"_richfaces_file_upload_action";
+
public static final String FILE_UPLOAD_ACTION_STOP =
"richfaces_file_upload_action_stop";
private FileUploadConstants() {
Show replies by date