Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -r6a5796d8bdfa3baf2331a2b97b5122fbd52c3f5a -rb7be226795d4dea6fec5b8549f7d2fe50300ccd3 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 6a5796d8bdfa3baf2331a2b97b5122fbd52c3f5a) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision b7be226795d4dea6fec5b8549f7d2fe50300ccd3) @@ -709,8 +709,8 @@ } Debugger.log('_workspaceModel.currentMode: ' + _workspaceModel.currentMode,Debugger.GEN,'ok','org.lamsfoundation.lams.WorkspaceDialog'); - - if (resourceTitle_txi.text == "" || resourceTitle_txi.text == undefined || resourceTitle_txi.text == null){ + var tempTitle = StringUtils.replace(resourceTitle_txi.text, " ", ""); + if (tempTitle == "" || tempTitle == undefined){ var sendMsg:String = Dictionary.getValue('ws_file_name_empty')+"\n"+Dictionary.getValue('ws_entre_file_name')+"\n\n"; LFMessage.showMessageAlert(sendMsg,null); resourceTitle_txi.setFocus();