在UserAdminAction.java的newUser方法中添加如下代碼即可
userForm.setLocale(Locale.getDefault().toString());
userForm.setTimeZone(TimeZone.getDefault().getID());
userForm.setDataFromSSO(false);
---------------------------------------------------------
專注移動開發
Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian
posted on 2008-11-16 13:26
TiGERTiAN 閱讀(1343)
評論(0) 編輯 收藏 所屬分類:
Java 、
Roller