moby
moby

Reputation: 149

IntelliJ IDEA JSP validation

I'm trying to turn on JSP validation in my IntelliJ IDEA, version 12.1.4, Community edition. I've read on their page where it's possible, but it doesn't work for me so I know I need to change my settings. I looked at JSP debugging in IntelliJ IDEA but it's for an older version and the tabs/settings that are referred to, I can't find. Here's what they say on their site: JSP validation

All JSP pages from a web application can be validated with the help of the embedded Jasper JSP compiler. Validation is invoked as part of make/rebuild/compile actions which you can trigger in

JSP development just as you do for straight Java development. If an error is found, the convenient view lets you navigate directly to its occurrence in the corresponding JSP page, opening the page in the JSP editor if necessary.

But it doesn't tell you how to turn it on!

Upvotes: 4

Views: 5115

Answers (1)

Related Questions