Revision 74:f763a0e8ab4c

View differences:

src/com/ib/ibss/enterprise/services/ss103_group/IBSSUserGroupCreateConfirmServices.java
39 39
	{
40 40
		try
41 41
		{
42
			String groupName = getBeanMessage (IBSSGroupConstants.GROUP_NAME);
42
			String groupName = getBeanMessage (IBSSGroupConstants.GROUP_NAME).trim ();
43 43
			if(getAdminGroupDAO().getGroupByName(groupName) != null)
44 44
			{
45 45
				throw IBSSErrorHandler.createBusinessException ("admin.group.create.", "1");	

Also available in: Unified diff