Sorry, wrong click! 🙂 The upper post can be deleted.
We’ve migrated from WS Site Developer 5.1.2 to MyEclipse Blue 6.5, and we have several problems with JSPs.
The tpl:insert tag doesn’t work as it should. The problems are:
Developer shoudn’t be able to modify the content inside tpl:insert tag, right now it is possible
When you modify the JTPL template file, it should change all JSPs that include that template.
A JSP should look like this:
<%-- tpl:insert page="/template.jtpl" --%>
<!-- code that shouldn't be changeable directly from JSP,
instead only directly in JTPL file -->
<%-- /tpl:insert --%>
<!-- Here goes our JSP code -->
Is there a way to solve this, but not having to rewrite JSPs to use jsp:include tag?
Thanks,
Davor