The .war is served from GlassFish v3. I am trying to include a javascript file from my jspx.
Unfortunately, jspx is known to "minimize" empty elements. One way to prevent the minimization without adding a space to the rendered HTML is to insert a comment. For example:
It is still ugly, though.