I\'m creating a dynamic web project in Eclipse (almost from scratch) and I created a JSPX file where I put
...
JSPX has the quirky behaviour that it auto-collapses tags without body. So effectively
will end up in browser as
which is invalid syntax (rightclick page in browser and do View Source to see it yourself). The browser behaviour is undetermined.
You can workaround this by putting a
between the tags