What error do you see? Can you describe expected output versus actual? Likely it's related to the JSP version you've specified. Can you post the top of the JSP file?
On Sun, Apr 25, 2010 at 1:22 PM, devashish <[email protected]>wrote: > Following code snippet is not working for me after uploading, whereas > its working in my local server. I have added <%@ page > isELIgnored="false" %> as well on top of the jsp page. > > <% > pageContext.setAttribute("page", "home.jsp"); > %> > <jsp:include page = "/page/${page}" /> > > Does anyone know how to fix it. > > -- > 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 Relations, Google App Engine Twitter: http://twitter.com/ikai Delicious: http://delicious.com/ikailan ---------------- Google App Engine links: Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
