[appengine-java] Re: <%...%> statements displayed when project is deployed, but not locally.

2010-03-27 Thread dilly
Discovered that this is in fact issue 2160, where JSPF files are not correctly shown by Google App Engine once deployed. I suppose this means that the thread can be removed? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post t

[appengine-java] Re: <%...%> statements displayed when project is deployed, but not locally.

2010-03-27 Thread dilly
Correction: The included pages are jspf's (J-S-P-F), not jsp's (J-S- P). Would this make a difference? -- 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 google-appengine-j...@googlegroups.com. To

[appengine-java] <%...%> statements displayed when project is deployed, but not locally.

2010-03-27 Thread dilly
My pages are laid out in the following fashion: standard.jsp - Include header - Include menu - Include content Where standard.jsp is given a page path as an argument. The pages it loads are more jsp pages. For instance: standard.jsp?page=index - include /pages/index/header.jsp - include /pages/

[appengine-java] New Web Application Project button does not appear in Eclipse when Google App Engine is installed.

2010-03-05 Thread dilly
I have correctly installed the Google App Engine for Eclipse 3.5.1 However, I cannot create a new web application - the button simply does not appear in the new project wizard. How do I fix this? -- You received this message because you are subscribed to the Google Groups "Google App Engine for