I have a JSP file that I can’t open. Found out why … taglib
I created a new JSP file, and it worked. Then I tried to add a JSP taglib line, and, first, the editor was acting very strangely. I could no longer see what I was typing. Finally got the text in, closed the editor, tried to reopen, and got the same error as before:
An Error dialog box that states: “Unable to create part:”
An then an editor page that states: “An error has occurred when creating this editor”
If I open the file with the text editor, and remove the line, I can then open it again with the MyEclipse JSP editor.
The offending line is:
<%@ taglib uri="/tags/struts-html" prefix="html" %>
Oh, and this is on MacOSX 10.3.7, Eclipse 3.0.1
Any other information I can provide, please let me know!