Hi,
I have recently upgraded Eclipse to 3.2.1, MyEclipse to 5.0.1 GA, and JDK to 1.5.
A project that was getting compiled perfectly in the previous IDE of MyEclipse is now trowing compliation error in JSPs. It's complaining about all the STRUTS / JSTL tags used in the JSPs.
If I take the below declaration out of the <![CDATA[ ]]> section, it recognizes the declarations and starts recognizing all the JSTL tags.
<Protected><![CDATA[
<%@ page contentType="text/html; charset=iso-8859-1" language="java" session="false" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<%@ taglib uri="/WEB-INF/c.tld" prefix="core" %>
]]></Protected>
I've tried using JSTL 1.0 and 1.1.
Could you please point me to the problem in the installation of MyEclipse.
Regards,
Himanshu
- System Setup -------------------------------
Operating System and version:
Eclipse version: 3.2.1
Eclipse build id: M20060921-0945
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 2
MyEclipse version: 5.0.1 GA
Eclipse JDK version: 20060810-5.0.1-GA
Application Server JDK version: 1.5
Are there any exceptions in the Eclipse log file?
- Message Body ------------------------------- |