Hi, I have set up struts using the method described at this page:
http://whyjava.wordpress.com/2009/08/30/creating-struts2-application-on-google-app-engine-gae/ Everything I have tried so far works fine, except for one little thing. If I try this code from the Struts Tutorial (https://cwiki.apache.org/ WW/using-struts-2-tags.html): <s:url action="hello" var="helloLink"> <s:param name="userName">Bruce Phillips</s:param> </s:url> <p><a href="${helloLink}">Hello Bruce Phillips</a></p> The link is renedered as http://localhost:8080/${helloLink} Other struts tags are working, so my app is definitely picking them up. It just seemed to work incorrectly in this case. I wondered if it was something to do with the freemarker modifications that were made in order to get things running on GAE. Can anyway else reproduce this? I'm using GAE 1.3.4 with Struts 2.1.8 via the Eclipse Plugin. -- 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.
