Hello if i do a <scripting-invalid> as true in DD and put scripting elements in JSP,will JSP not compile or will show scripting elements text as normal text?
I think JSP should not compile but want to confirm
i tested it and found that in case of EL it shows EL text as normal text ( if i do <el-ignored> to true) and in case of scripting invalid it gives JSP compilation error.I just want to know is this right?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35230
7
posted
0
It certainly sounds correct, but the JSP specification is the final arbiter of what should or should not happen. Alternatively, you could run the code on the servlet/JSP reference implementation (Tomcat); it's main reason for existence is to be faithful to the specifications.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.