Hello guys, It seems that JSP Api+JSTL does not work out of the box at appengine as it says here http://groups.google.com/group/google-appengine-java/web/will-it-play-in-app-engine Is there any way to update the above link?
Some posts on the list mention that EL was ignored by default (due to the jasper compiled being configured this way). The following is a list of "tasks" one can and can not do to make it work: a) <jsp-config/jsp-proprerty-group/el-ignored> tag is unsupported, therefore b) all your jsp files should contain @page isElIgnored="false" c) all your tag files should contain @tag isElIgnored="false" d) there is no need to add the jstl jar file to your WEB-INF/lib dir Although there are some mails saying that (d) would not work if you add it, it seems to me that it depends on the version that you add to the classpath so... do not add it. Regards --~--~---------~--~----~------------~-------~--~----~ 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-java@googlegroups.com To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---