Hi,

It is not possible to use JSP files stored in the resources app.

This use case requires freemarker templates.

The reason JSP files can't be used lies in limitations in the Servlet API Spec. 
It does not define any way to instruct the servlet container from where to load 
JSP files. It only specifies that a container will serve JSP files contained in 
the web application archive, the WAR file, or an exploded WAR file.

Hope that helps, Tobias

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=0741762e-d34e-400a-8d81-fda39ccd255d


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to