| Author |
Problem with Tomahawk library
|
Tomasz Gutkowski
Greenhorn
Joined: Jan 07, 2012
Posts: 2
|
|
Hello,
I don't know why but when i open my page i get warning:
Source:
My libraries in WEB-INF/lib:
Can you help me with this error? I tried many solutions already but it still does not work.
|
 |
Hebert Coelho
Ranch Hand
Joined: Jul 14, 2010
Posts: 754
|
|
|
Try adding the library in the WebContent/WEB-INF/lib foler.
|
[uaiHebert.com] [Full WebApplication JSF EJB JPA JAAS with source code to download] One Table Per SubClass [Web/JSF]
|
 |
Tomasz Gutkowski
Greenhorn
Joined: Jan 07, 2012
Posts: 2
|
|
|
It is in WebContent/WEB-INF/lib but it doesnt work
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
There's an XML file that must be included in the classpath that defines the Tomahawk tagset to facelets. Check the MyFaces website.
BTW, it's not good practice to use upper case for the first letter of a JSF bean's name. Initial uppercase should be reserved for class names, and initial lowercase for instance names. The JSF annotations assume that that's what you'll be doing.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Problem with Tomahawk library
|
|
|