I've reproduced this issue and filed a bug in our issue tracker:

http://code.google.com/p/googleappengine/issues/detail?id=3022

<http://code.google.com/p/googleappengine/issues/detail?id=3022>
On Wed, Mar 24, 2010 at 11:33 PM, Vaclav Bartacek <
[email protected]> wrote:

> I had exactly the same problem.and I also renamed the fragments
> from *.html to *.jsp to make it working. The .jsp suffix is no problem
> for me.
>
> The J2EE documentation says about the RequestDispatcher interface
> (which is actually used for jsp:include and jsp:forward):
>
>  "This interface is intended to wrap servlets, but a servlet
> container
>   can create RequestDispatcher  objects to wrap any type of
> resource."
>
> so it is unclear whether it is a bug or feature.
>
> Vaclav
>
>
> On Mar 24, 9:10 pm, "[email protected]" <[email protected]> wrote:
> > Within a jsp page, I am trying to use <jsp:include page="/WEB-INF/
> > includes/Item1.html" /> . My problem is the Item1.html file is never
> > included. It will only get included if I rename it to Item1.jsp.
> >
> > The include works fine in Jetty but not when deployed to appengine.  I
> > tried listing Item1.html as a resource file in the appengine-web.xml
> > but this had no effect.
> >
> > Any suggestions?
> >
> > Dave
>
> --
> 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]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

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