If I add:
jsp.template.6=Templates/JspX.jspx
jsp.template.6.label=JSPX
then it shows up as a choice as a JSP file, but the file generated by MyEclipse has a .jsp extension, not a .jspx extension. I get subsequent editor errors and of course it would not work in Tomcat either without manually changing the extension.
If I do this:
# JSPX Templates
jspx.template.1=Templates/JspX.jspx
jspx.template.1.label=JSPX
it does not show up at all. Do you have any solutions for this?