Guest User

Untitled

a guest
Mar 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <ui:define name="centerPageContent">
  2. <h:form id="profilePictureForm">
  3. <p:messages id="messages" showDetail="true" autoUpdate="true" closable="true" />
  4. <h:panelGrid columns="2">
  5. <p:imageCropper value="#{profilePicture.croppedImage}" image="#{profilePicture.sampleImage}" initialCoords="225,75,300,125" />
  6. <p:graphicImage id="localCroppedImage" value="../images/images1.jpg" /> </h:panelGrid>
  7. <p:commandButton value="Crop" action="#{profilePicture.crop}" update="localCroppedImage" /> </h:form>
  8. </ui:define>
  9. </ui:composition>
Add Comment
Please, Sign In to add comment