6

I am using Eclipse Luna and JBoss AS 7. When I create a JSP page in Eclipse, then I get the below error:

enter image description here

I changed my server to Tomcat 7, still I am getting the same error.

How is this caused and how can I solve it?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Varun
  • 4,342
  • 19
  • 84
  • 119

2 Answers2

8

That visual page editor is part of JBoss Tools plugin which you installed in order to be able to integrate and use JBoss AS server in Eclipse.

You don't need it. It's not only experimental, but generally visual page editors just doesn't work when you want to end up with quality code. Just click the red cross at the right bottom corner and then click the Source tab and finally close the Palette tab. This is fortunately an one-time thing. It will stay away when you create new JSP pages.

enter image description here

It's just the worst part of otherwise very great JBoss Tools plugin.

Community
  • 1
  • 1
BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
  • The problem got sorted out, Is there any way to use That visual page editor. – Varun May 17 '15 at 15:10
  • 1
    You're welcome. I strongly recommend to not use any visual editor for code. – BalusC May 17 '15 at 17:28
  • I saw your profile page on ZEEF u have given nice tutorial. I want ask u something, I really want to be a good developer in Servlet jsp spring. I started working in a small from there is no one to help. since i am a fresher i face lot of problem understand these technology. Could you please tell me how do i start or which book should I follow. Please reply – Varun May 17 '15 at 17:50
  • 1
    As to Servlets+JSP, start here: https://servlets.zeef.com. As to Spring, I don't do Spring. I just use standard Java EE stack. See also a.o. http://stackoverflow.com/a/7295697 and http://stackoverflow.com/a/18379228 – BalusC May 17 '15 at 18:33
  • @BalusC, why you prefer standard EE stack over Spring? – Jackson Cassimiro Mar 24 '17 at 14:58
1

If you want to use a visual editor, I would recommend the XULRunner JBoss tool.

Link to the eclipse update site:

slartidan
  • 20,403
  • 15
  • 83
  • 131