Hello,
I'm trying to include some tag library descriptors at the top of all
my jsps.
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<include-prelude>/META-INF/tlds.jspf</include-prelude>
</jsp-property-group>
</jsp-config>
But GAE just ignores the web 2.5 directive.
Are there any work-arounds? Anyone found a nice method of doing
global includes?
Thanks!
--
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.