* name="dataServiceLocator"
* value="#{dataServiceLocator}"
*/
public String searchUser() throws Exception {
try {
UserCriteria userCriteria = new UserCriteria();
userAdminSearchForm = (UserAdminSearchForm) getForm(USER_ADMIN_SEARCH_FORM);
/*
* if (!getCustNumberSK().equals("")) searchKeys.put("custNumberSK",
* getCustNumberSK()); if (!getCustNameSK().equals(""))
* searchKeys.put("custNameSK", getCustNameSK());