I am running Windows XP SP2, Eclipse 3.0.1 and have recently upgraded from ME 3.8.2 to ME 3.8.3.
Everything tested and working fine.
My project is using MyFaces 1.0.7, JSTL 1.1.2, Tiles-EL (Struts-EL 1.2.4).
commons-beanutils-1.6.1.jar
commons-codec-1.2.jar
commons-collections-3.0.jar
commons-digester-1.5.jar
commons-el.jar
commons-fileupload-1.0.jar
commons-logging.jar
commons-validator.jar
jakarta-oro.jar
myfaces-components.jar
myfaces-jsf-api.jar
myfaces.jar
jstl.jar
standard.jar
struts.jar
struts-el.jar
I want to make use of the User Libraries to avoid having to place MyFaces jars in the WEB-INF/lib folder.
After several attempts, everything compiles and deploys fine.
BUT, JSP code-assitance no longer works and squiggly orange lines underline all MyFaces, JSTL & Tiles tags.
If I place the jars in the WEB-INF/lib folder everything works.
If I place them in a User Library, everything compiles and deploys, but JSP code-assistance no longer works and validation errors are everywhere.
Please Help!!!
Thanks,
James.