-
Nov 10th, 2010, 02:55 AM
#1
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?
-
Nov 10th, 2010, 05:20 PM
#2
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
-
Forum Rules