Uploading files with PrimeFaces 4.0 , and jsf 2.2 on google app engine
问题 I'm using: -primefaces 4.0 -jsf mojarra 2.2 -google app engine (servlet api 2.5) and this solution (Getting primefaces p:fileUpload to work under google appengine) doesn't help me because my version of primefaces is higher. There is exception when I'm using my form below with p:commandButton: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getPart(Ljava/lang/String;)Ljavax/servlet/http/Part; at org.primefaces.component.fileupload.NativeFileUploadDecoder.decodeAdvanced