0

在我的项目中,我必须使用 Image Cropper 来裁剪图像。我尝试了图像裁剪展示示例,但是当我单击裁剪按钮时,它会引发错误

.j_id_8:j_id_b: Conversion error occurred.

它不调用裁剪方法。我对错误消息感到震惊,并且错误没有被清除。如何解决这个问题?

XHTML 页面

<ui:define name="centerPageContent">
<h:form id="profilePictureForm">
    <p:messages id="messages" showDetail="true" autoUpdate="true" closable="true" />
    <h:panelGrid columns="2">
        <p:imageCropper value="#{profilePicture.croppedImage}" image="#{profilePicture.sampleImage}" initialCoords="225,75,300,125" />
        <p:graphicImage id="localCroppedImage" value="../images/images1.jpg" /> </h:panelGrid>
    <p:commandButton value="Crop" action="#{profilePicture.crop}" update="localCroppedImage" /> </h:form>
</ui:define>
</ui:composition>
4

0 回答 0