Results 1 to 2 of 2

Thread: What is wrong with webflow-primefaces-showcase project?

  1. #1
    Join Date
    Oct 2006
    Posts
    3

    Unhappy What is wrong with webflow-primefaces-showcase project?

    Hi!

    I downloaded the application webflow-primefaces-showcase from here:
    https://src.springframework.org/svn/...aces-showcase/
    Used mvn install, then I deployd it on Tomcat 7 first, then on Jetty 6.1 when I ran into problems on Tomcat, but it was not Tomcats fault, the problem continued on Jetty.

    The problem is that I can't get all of the primefaces tags to work. For instance the <p:editor /> should show a primefaces editor, but nothing happens. Not even an error message. It is the same problem with the application booking-faces from webflow sample applications. Primefaces works fine in JSF applications not using Spring WebFlow.

    To recreate the problem, simply add <p:editor /> in the home.xhtml file and run the application. If you don't see an editor you have the same problem.

    Is it something that I do terribly wrong?

  2. #2
    Join Date
    Oct 2006
    Posts
    3

    Default my bad

    I forgot that I had change a line in:
    servlet-context.xml
    because Eclipse gave an error.
    I removed the following line: <faces:resources />
    Not very smart....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •