aspose file tools
The moose likes JSF and the fly likes No taglib found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "No taglib found" Watch "No taglib found" New topic
Author

No taglib found

Andre Froes
Greenhorn

Joined: Oct 13, 2010
Posts: 9
Hey everyone, I'm getting a message here : Warning: This page calls for XML namespace declared with prefix p but no taglibrary exists for that namespace
same goes for html tag <h2>

how can I remove this or get this regular?
is there anyhow to use regular html taglib without getting this xml message?
Stefan Evans
Bartender

Joined: Jul 06, 2005
Posts: 1005
Is this caused be a taglib using a prefix p (eg <p:taglibExample/>), or an actual

tag?
If the former, then you need to declare the taglibrary in your page. eg <%@ taglib uri="http://com.mycompany/my/taglib" prefix="p"%>

If the latter, then I'm not 100% sure what can cause this.

Where are you seeing this message?
In your browser?
Is this a warning/message from your IDE?
Is it compile time? runtime error?
Can you give us an example?
What sort of file are you writing?
Are you writing html documents in strict xml syntax ie xhtml?

Andre Froes
Greenhorn

Joined: Oct 13, 2010
Posts: 9
try this and see what happens please:

http://189.27.3.135:9005/FRB

on top menu, you'll see the option "O Esporte"
the only 2 links working are "Historia" and "Barcos"

check to see if it appears to you
 
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: No taglib found
 
Similar Threads
fbml with xhtml issue
form/input tags and turning off autocomplete
Choose the right answer
JBoss Seam and JSF
XML namespace in a JSF 2.0