I put the following codes to my jsp:

<%...@taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml"; %>

 <x:parse doc="${xmldoc}" var="output" />
 <x:out select="$output/i18n/home/en" />

And I got an error message:

java.lang.NoClassDefFoundError: org/apache/xpath/VariableStack

I used another sample which I got from internet, and I got the same
message.
Do I need to download something?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to