在UserAdminAction.java的newUser方法中添加如下代码即可
 userForm.setLocale(Locale.getDefault().toString());
        userForm.setLocale(Locale.getDefault().toString());
 userForm.setTimeZone(TimeZone.getDefault().getID());
        userForm.setTimeZone(TimeZone.getDefault().getID());
 userForm.setDataFromSSO(false);
        userForm.setDataFromSSO(false);
专注移动开发
Android, Windows Mobile, iPhone, J2ME, BlackBerry, Symbian
	
posted on 2008-11-16 13:26 
TiGERTiAN 阅读(1350) 
评论(0)  编辑  收藏  所属分类: 
Java 、
Roller