06-30-2010 07:34 AM
FacesContext context = FacesContext.getCurrentInstance();
if (Application.getClientConfig(context).isClipboardStatusVisible())
{
String pattern = Application.getMessage(context, "nodes_added");
String msg = MessageFormat.format(pattern, items.size());
FacesMessage facesMsg = new FacesMessage(FacesMessage.SEVERITY_INFO, msg, msg);
context.addMessage(null, facesMsg);
}
Please correct the errors below then click OK.
* Copied nodes.
06-30-2010 10:20 AM
07-11-2010 07:35 AM
07-26-2010 12:45 PM
if you would take a look at jsp file /jsp/dialog/container.jsp witch includes jsp file of dialog you would see that he shows only error msg.
logic: in dialog you ha ve two things it can happen:
1: all ok return to previous dialog
2: error
3 there is no info .
hope it is clear now.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.