Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

IDEA can not create jsp from template in a maven web app module

$
0
0

Hi:

 

I have created a maven web application module, however I found some problems:

 

1) There will be a default jsp file named index.jsp generated, however this is its content:

 

<html><body><h2>Hello World!</h2></body></html>
No jsp header like `<%@ page ....`  or taglib included.
2) When I try to create a new jsp file I can not create it from the template
See this.
Now I can only choose the `New-File` then enter 'xxx.jsp'. But the generated jsp lose too many jsp specified tags. I have to copy them manually from somewhere.
So I miss anything?

Viewing all articles
Browse latest Browse all 5661

Trending Articles