Hi All.
I am facing one problem , I have created one error message in message pool ,and
I am validating the field but when I am trying to use this ,Its highlighting the fields but
message is not coming instead message.messagekey is coming.
I am using the following code:
ai=wdContext.getNodeInfo().getAttribute(IPrivateVEmployeeRequestView.IContextElement.DATE_OF_RESIGNATION);
messageMgr.reportContextAttributeMessage(wdContext.currentContextElement(),ai,IMessageCEmployeeRequest.MSG, new Object[]{" resignation date is a non-working day. Please select a working day"},true);
Thanks in Advance.
Regards
Abhishekh Singh