Hi,

I have a little app that runs fine on local dev appengine, but
appengine itself is not parsing+executing my .jspx files.

The jspx files are in WEB-INF so they should not be excluded by
appengine (as a static resource)

I am using Apache Tiles to define my views.

So the html produced looks like this:

<html
        xmlns:jsp="http://java.sun.com/JSP/Page";
        xmlns:c="http://java.sun.com/jsp/jstl/core";
        xmlns:tiles="http://tiles.apache.org/tags-tiles";
        >
        <jsp:output omit-xml-declaration="yes"/>
        <jsp:directive.page contentType="text/html;charset=UTF-8" />
        <jsp:directive.page isELIgnored="false"/>
(etc etc)

Does anybody have an idea what I'm doing wrong?
Regards,
Hans

-- 
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.

Reply via email to