Commit 1167c2ae authored by agaikwad's avatar agaikwad

changes made in ejb for messages_level


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97334 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e8e78e02
......@@ -133,7 +133,7 @@ public class MessagesLevel extends ValidatorEJB implements MessagesLevelLocal, M
msgNo = msgNo == null ? "" : msgNo.trim();
if (msgNo.length() == 0)
{
errString = getErrorString("msg_no", "VMMSGNULL", userId);
errString = getErrorString("msg_no", "VMMSGNO", userId);
break;
}
else
......@@ -154,7 +154,7 @@ public class MessagesLevel extends ValidatorEJB implements MessagesLevelLocal, M
pstmt.close();
pstmt = null;
if (cnt == 0) {
errString = getErrorString("msg_no", "VMMSGNO", userId);
errString = getErrorString("msg_no", "VMMSGNULL", userId);
break;
}
// }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment