FileUpload bug in 3.0M3 & p:dialog layout problem

UI Components for JSF
Post Reply
kamelot
Posts: 21
Joined: 21 Nov 2010, 12:16

20 Sep 2011, 20:32

1. I have two p:fileUploads in one xhtml page (both advanced/auto="true"). Problem is following: only SECOND one is calling it's handler. First fileUpload just doesn't work.

Code: Select all

<p:fileUpload mode="advanced" auto="true" label="Choose cover" update="panelCoverImage, growlAddItem" fileUploadListener="#{addItemAdminBean.handleFileUpload}" oncomplete="resize();" />
<br/>
<p:fileUpload mode="advanced" auto="true" label="Upload new attachment" update="panelAttachments" fileUploadListener="#{addItemAdminBean.handleAttachmentUpload}" oncomplete="resize();" />
2. All my p:dialogs after update from M2 to M3 were messed". Same like in this topic: viewtopic.php?f=3&t=14707&view=previous

What are the options to do? thanks :)

barthelomeo
Posts: 14
Joined: 27 Jun 2011, 15:55

21 Sep 2011, 08:24

PrimeFaces 3.0
Mojarra 2.1.4
Tomcat 7.0.22

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 44 guests