I am using ME4S 10 and scaffolding a full appication using JPA entities as the source. I have selected JSF as the front end to be generated. The following generated file “WebRoot/WEB-INF/sitemesh-decorators/main.jsp” contains the code:
<meta http-equiv=”content-type” content=”text/html; charset=UTF-8″>
<script type=”text/javascript” src=”${pageContext.request.contextPath}/resources/dojo/dojo.js” djconfig=”parseOnLoad: true” ></script>
<script type=”text/javascript” src=”${pageContext.request.contextPath}/resources/spring/Spring.js”></script>
<script type=”text/javascript” src=”${pageContext.request.contextPath}/resources/spring/Spring-Dojo.js”></script>
<script type=”text/javascript”>dojo.require(“dojo.parser”);</script>
However, the resources directory is not to be found in that location and there are no javascript files put in the project anywhere.
I’ve searched the ME4S installation directory for these files but cannot find them anywhere.