Hello,
I noticed a strange behaviour with usage ActionLink in table : The standard example works, each column has generated properly link to the acition, eg for edit row number 1 : <app>*/edit-element.htm*?id=1 The problem after deploying an application on Google App Engine, the same link is rendered incorrectly: <app>*/null*?id=1 You can see it on a live jpa example on http://click-jpa.appspot.com/view-customers.htm page for example the first row to view action has link: http://click-jpa.appspot.com*/null* ;jsessionid=AnreZWRkk9K5YGlTekob3g?id=1585013&referrer=%2Fview-customers.htm I think it is probably the same error like in my application Best regards Tomasz
