- This topic has 4 replies, 3 voices, and was last updated 20 years, 8 months ago by
support-michael.
-
AuthorPosts
-
aq333@22zMemberTwo questions:
The error dialog box makes it appear that this should work with Eclipse 3.M9+ but will not install against 3RC2. Does this really not install against 3M9+?
Also, how do you get JSP 2.0 support to work? I created a web project and had no selection so I had to manually change the DTD to the 2.4 schema defintion. I then later asked MyEclipse to add struts support to the project and it still thinks its 2.3. How can I get MyEclipse to recognize I want a 2.4 Struts project?
thanks
Riyad KallaMemberThe error dialog box makes it appear that this should work with Eclipse 3.M9+ but will not install against 3RC2. Does this really not install against 3M9+?
Use the manual install, this is a bug with the installer that we need to fix for Beta 2 release. Aparently the Eclipse team changed sometihng with RC2 release that our installer looks for to determine if it can install on the particular install of Eclipse or not; sort of an identifier that is no longer there. Using the Manual install with work around this, and its really a 2-step install. There are instructions included with it that are very easy to follow.
Also, how do you get JSP 2.0 support to work? I created a web project and had no selection so I had to manually change the DTD to the 2.4 schema defintion. I then later asked MyEclipse to add struts support to the project and it still thinks its 2.3. How can I get MyEclipse to recognize I want a 2.4 Struts project?
J2EE 1.4 support is in its infancy right now, so the errors you are running into is because we haven’t included full support for the new JSP and Servlet specs.
Can you explain what you mean about “and it still thinks its 2.3” when you tried to add Struts support. This could possibly be a bug that we should report to the dev team.
aq333@22zMemberWell, the wizard that added the struts support has a field that gave the servlet version. Even though
I changed the web.xml to use version 2.4 and saved it prior to using the wizard it still showed version 2.3.Also, tag autocompletion doesn’t work when I use the 2.4 taglib uris.
Riyad KallaMemberWell, the wizard that added the struts support has a field that gave the servlet version.
Ok this is what I was hoping for, thanks for the heads up. We’ll have to update this.
Also, tag autocompletion doesn’t work when I use the 2.4 taglib uris.
Correct, as I mentioned we are still working on the new spec support.
support-michaelKeymasterThe web project version is established by the New Web Project wizard. Presently J2EE 1.3 is only supported. The information is stored in the project’s .mymetadata file. But changing it to 1.4 will not alter the behavior until J2EE 1.4 support is provided.
-
AuthorPosts