Wednesday, December 02, 2009

facelet-taglib_1_0.dtd parse problems

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.

Monday, November 30, 2009

could not synchronize with fileSystem problem in eclipse

could not synchronize with fileSystem problem in eclipse


This problem can be solved by following steps :

windows-> Preferences -> General -> Refresh Automatically

this should solve the synchronization problem with the file System.