0

I'm working on a Web application project and I've added a jsp file but I can't see the Design View.

I don't know if this feature has been removed in new versions, but here here's a pic of Design View in a jsp:

Image:

How do I enable it?

thanks.

Am_I_Helpful
  • 18,735
  • 7
  • 49
  • 73
pyram
  • 925
  • 9
  • 24
  • 43
  • I don't think that there exists any such native Netbeans option to achieve this! You might be able to achieve this using an extra jar,if there exists one. Also, you can easily achieve this using softwares like DreamWeaver? May be I am not aware of this thing in NetBeans....... – Am_I_Helpful May 27 '15 at 03:39
  • 4
    Real programmers don't drag'n'drop code. Real programmers want full control over code so that code quality can be assured. Visual editors namely don't produce quality code. – BalusC May 27 '15 at 11:00
  • 1
    Technically your question is a duplicate of http://stackoverflow.com/questions/2631130/where-is-visual-javaserver-faces-on-netbeans Do note that the article where you found the screenshot is 10+ years old. – BalusC May 28 '15 at 18:13

3 Answers3

2

As far as I know, design view was lastly available in Netbeans version 6.7.1. But in later versions it was unavailable. Yes to edit jsp you can use pellets and drag & drop HTML components. You can search for plugins but I don't think there is one for jsp. See this message.

Naman
  • 2,205
  • 2
  • 19
  • 32
1

Starting from NetBeans 6.8, the Visual Web module is no longer available. refer link http://wiki.netbeans.org/VisualWebSupport

శ్రీ
  • 143
  • 10
-1

This might help you. Here is the link :: Netbeans

For eclipse refer this post : Eclipse

Community
  • 1
  • 1
Sunil Sharma
  • 1,297
  • 3
  • 17
  • 31