imageCropper not working inside dialog

UI Components for JSF
Post Reply
andreyf
Posts: 14
Joined: 04 Dec 2011, 19:46

25 Dec 2011, 21:58

Please, see simple example:

Code: Select all

<h:form>
   <p:commandButton id="basic" value="Basic" onclick="dlg1.show();" type="button" /> 
   
   <p:dialog header="Basic Dialog" widgetVar="dlg1"> 
    <h:panelGrid columns="2">
        <p:imageCropper value="#{imageCropperBean.croppedImage}"  
                    image="/images/barca/camp_nou.jpg"  
                    initialCoords="225,75,300,125"/>  
          
        <p:graphicImage id="localCroppedImage"  
                    value="barca/#{imageCropperBean.newImageName}.jpg" />  
    </h:panelGrid>  
  
    <p:commandButton value="Crop"  
                action="#{imageCropperBean.crop}"  
                update="localCroppedImage"/> 
</p:dialog>	
</h:form>

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

26 Dec 2011, 01:11

See my response at;

viewtopic.php?f=3&t=5484

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 8 guests