Tomcat JSP(2.0) Document how to stop automaticly closing empty body tags with /> instead of </tagnam
Posted
by JOKe
on Stack Overflow
See other posts from Stack Overflow
or by JOKe
Published on 2010-03-23T12:45:14Z
Indexed on
2010/03/23
14:33 UTC
Read the original article
Hit count: 285
The question is. If I use JSP Documents (or JSP 2.0) and If I put a TAG without a BODY it is automaticly closed I dont want that.
so If I have <div id=....> </div>
it is automaticly converted to <div id=.../>
How I can stop this ?
I am using tomcat is there any configuration about that ?
P.S. the reason to want to stop it is because it simple "fuckes" the JQuery stuffs that the designer company are using.
© Stack Overflow or respective owner