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?