I’ve created a simple Web Project. (File->New->Project, J2EE->Web Project)
When I right-click on the project and select MyEclipse, the following menu items are grayed out/disabled:
Add Struts Capabilities
Add JSF Capabilities
Add JSTL Capabilities
Shouldn’t these be available now?
Possibly relevant: I also notice that if I look at the Project Properties, and click MyEclipse-Web, I get this error:
The currently displayed page contains invalid values.
Things that you might be interested in:
Eclipse About:
Version: 3.1.0
Build id: I20050219-1500
MyEclipse About:
Version: 3.8.4_QF2-BetaFor3.1
Build Id: 200502031200-3.8.4+QF2-BetaFor3.1
Contents of web.xml:
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
</web-app>
Any thoughts on what could be wrong?
Thanks!