Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 1st, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. primefaces p:message outside the components form
  2. <h:form id="mainForm">
  3. <p:commandButton id="infoButton" value="Info" actionListener="#{faceletsAttachment.addInfo}"/>
  4. </h:form>
  5.        
  6. <h:form id="rightColumnForm">
  7. <p:message for="infoButton">
  8. </h:form>
  9.        
  10. <p:message for="mainForm:infoButton">
  11.        
  12. FacesContext.getCurrentInstance.addMessage("myInfoButton ", new FacesMessage("My Message", "Some Text goes here..."));