Solution for parse problem of facelet-taglib_1_0.dtd in JSF/facelets
initial definition in taglib.xml
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
"facelet-taglib_1_0.dtd">
change it with the following
"-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN"
"http://java.sun.com/dtd/facelet-taglib_1_0.dtd">
The warning message should resolve . It works for me.
No comments:
Post a Comment