Hi All,

I have found a solution, happily provided by the author of the
original posts linked by Pieter Coucke (thanks!).

In earlier JSP projects, I'm pretty sure that I haven't had to do
this, but definitely for JSP .tag file under GAE, it appears to be
necessary to include the following directive at the top of each tag
file:

<%@ tag language="java" isELIgnored="false"
pageEncoding="ISO-8859-1"%>

After adding that, everything worked for me.  Hopefully it will be
plain sailing from here...

My environment
Mac OS 10.6
Eclipse 3.4
GAE/J SDK 1.3.3

Regards,

Nello

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

Reply via email to