/**
* 尋找使用者是否存在
*
* @return
* @throws IOException
/** */
public String findByName() throws IOException {
List
listPerson = ms.findByName(name);
String findByNameTip;
if (listPerson.size() > 0) { if (listPerson.size() > 0) { if (listPerson.size() > 0) { if (listPerson.size() > 0) { if (listPerson.size() > 0) { if (listPerson.size() > 0) {
findByNameTip = "exist"; // 存在使用者
} else {
findByNameTip = "noexist"; // 不存在使用者
}
ServletActionContext.getResponse(). (findByNameTip);
return null;
}