Guest User

Untitled

a guest
Mar 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <h:panelGroup id="layout1">
  2. <h:outputText value="#{bean.value1}: " />
  3. <p:inputTextarea value="#{bean.value2}" ></p:inputTextarea>
  4. </h:panelGroup>
  5.  
  6. <p:commandButton value="Print" type="button">
  7. <p:printer target="layout1" />
  8. </p:commandButton>
Add Comment
Please, Sign In to add comment