JSP Editing is not working
Hi, All,
I have purchased IntelliJ 9. However, when I open a JSP page, the JSP editing it not work: it doesn't prompt me, for example, to import a class or do any error checking. Any idea why? I thought JSP editing should be on by default.
Thanks,
Bin
请先登录再写评论。
Hello Bin,
Make sure that the Java EE plugin is enabled and that the .jsp extension
is mapped to the correct file type.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
You are right. I didn't enable Java EE plugin. After fix that, it works for me now.
thanks
Bin