facebook

how to upgrade version of PrimeFaces

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #334772 Reply

    khohlwls
    Member

    Apologies if this has been answered and I could not find it –

    I just downloaded a trial version of MyEclipse for Spring and I’m trying to use it to scaffold entities and a JSF UI by reverse engineering an existing DB table. It works, sort of. I need to alter the generated JSF code to do filtering, sorting, and lazy loading. These are all available in the latest version of PrimeFaces. I tried simply upgrading the version used and the namespace references but it appears my changes are being ignored and there are lots of errors.

    Is it possible to manually upgrade the version of PrimeFaces used? If so, what is the procedure to do it successfully?

    Thank you.

    #334878 Reply

    khohlwls,

    I have tried creating an JSF/Primefaces and Spring Scaffolding application following this tutorial:
    http://www.myeclipseide.com/documentation/quickstarts/ME4STutorialScaffoldingJSF/scaffoldingjsfarticle.html

    Can you please follow these steps to upgrade to latest version of Primefaces :
    1) Can you please download primefaces-3.5.RC1.jar(latest version of Primefaces) from here : http://primefaces.org/downloads.html
    2) Go to Project buildpath > libraries tab. Remove Primeface 2.1 jar and add primefaces-3.5.RC1.jar by clicking on “Add External JARs..” button.
    3) Open web.xml file and remove the Primefaces ResourceServlet altogether from web.xml because ResourceServlet was maintained as part of PrimeFaces 2.x. The Primefaces 3.x does not require any entries in web.xml. Also, don’t forget to remove the Primefaces Resource servlet mapping from web.xml.
    4) Change the Namespace of Primefaces in all xhtml files to xmlns:p=”http://primefaces.org/ui”
    5) To check if Primefaces is upgraded, Open viewCustomers.xhtml file and add <p:clock></p:clock> after <h:form> tag.(<p:clock> is the New component added in Primefaces 3.5)
    6) Run the application and check if you can see the clock when viewing a customer.

    If you can still see any errors, can you please attach the whole error that you are seeing to help us investigate further.

    Let us know how it works for you.

    #334918 Reply

    khohlwls
    Member

    That worked! Thank you very much. Step 3 is what I was missing.

    #334973 Reply

    khohlwls,

    Glad that you got it working.
    Let us know if you see any issues.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: how to upgrade version of PrimeFaces

You must be logged in to post in the forum log in