How to make Idea 8 understand my facelets custom components?
I created some facelets custom components. This is an example of the /WEB-INF/taglib/NBSP.tag.xhtml:
]]>
<ui:repeat value='#'>
Then I declare all my facelets custom components in the /WEB-INF/ifx.taglib.xhtml file:
http://ifx/tags
nbsp
How do I solve this problem?
Please sign in to leave a comment.
I know what's the problem is: the taglib.xml file must start with
<?xml version="1.0"?>
<!DOCTYPE facelet-taglib PUBLIC
"-//Sun Microsystems, Inc.//DTD Facelet Tablib 1.0//EN" "file:///home/rconaway/reference/facelet-taglib_1_0.dtd">
<facelet-taglib xmlns="http://java.sun.com/JSF/Facelet">
Edited by: Thai Dang Vu on Aug 13, 2008 10:22 PM