Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes JSF and the fly likes PrimeFaces Not Working with GlassFish Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "PrimeFaces Not Working with GlassFish" Watch "PrimeFaces Not Working with GlassFish" New topic
Author

PrimeFaces Not Working with GlassFish

Buddhika Ariyaratne
Greenhorn

Joined: Dec 18, 2011
Posts: 6
Hi All,
I am using Netbeans 7.01 and GlassFish. I downloaded PrimeFaces 3.2 and added it to the library. I followed the FileUpload example in http://www.primefaces.org/showcase/ui/fileUploadSimple.jsf. It gives a warning and the holds the functioning of p:fileUpload. I inserted a p:commandButton, but it also seems to be the same. I inserted h:commandButton and it functions as expected with same back bean method. But <p:spinner /> and p:growl are functioning as expected.

The warning in the GLassFish 3.x log is WARNING: PWC4011: Unable to set request character encoding to UTF-8 from context /web, because request parameters have already been read, or ServletRequest.getReader() has already been called.
I got rid of that warning after following the discussion on http://code.google.com/p/primefaces/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Stars%20Type%20Status%20Priority%20TargetVersion%20Reporter%20Owner%20Summary&groupby=&sort=&id=1195, still there was no change in the functionality.

Backbean Code



xhtml code





I will be grateful to someone who can detect the issue.
Thanks in advance.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: PrimeFaces Not Working with GlassFish
 
Similar Threads
calling back bean
Upload
Don't work any jfs scripts
Starting a JSF 2.0 project with PrimeFaces 2.2. M1 and Glassfish 3.0
upload file jsf