I am using Scala and Scalate with SSP template. The problem is that appengine delivers my index.ssp without being processed. that is, the expression "<%= 1+1 %>" inside index.ssp should be evaluated to "2", but i just get "<%= 1+1 %>".
What can be the problem? Note: the project works correctly if running it with jetty (instead of appengine). What can be the problem? the full details are in stackoverflow (which lets format the post nicer than here): http://stackoverflow.com/questions/11931703/scalate-with-ssp-template-on-google-app-engine-not-working -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/LSeJZO1TRAkJ. 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?hl=en.
