See this thread for details http://sourceforge.net/mailarchive/forum.php?thread_name=628524.81703.qm%40web95503.mail.in.yahoo.com&forum_name=freemarker-devel
I am using freemarker + sitemesh. The decorator is a jsp file where as actual pages are written in JSP. That mean i am mixing JSP and freemarker with JSP taglibs in same project. Every request will cause to render both freemarker templates and jsp(decorator) as the ftl template output will be decorated by a jsp file. This is fine and works normally but not on GAE unless I execute a JSP file before any freemarker templates are executed. Here's when it works - I created a hello.jsp file directly under root - Deploy the application to cloud - call the hello.jsp file by typing the url in browser - That's it, from now onward every thing will work as Jetty would have registered it's own JspFactory. However if I don't do this, it won't work and give errors. See this thread for more details http://sourceforge.net/mailarchive/forum.php?thread_name=628524.81703.qm%40web95503.mail.in.yahoo.com&forum_name=freemarker-devel -- Sudhir Ramanandi http://www.ramanandi.org -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
