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