Btw, a workaround exists which is to not use automapping. Instead you could manually map out the urls to page classnames.
Kind regards Bob On 24/06/2010 09:29, Bob Schellink wrote: > Hi Tomasz, > > When I integrated Click with GAE initially, GAE supported the method Servlet > API > "ServletContext.getResourcePaths" which Click uses to find the templates. > Since then GAE have > dropped support for this method which breaks Click. I'll try and work on fix > but it is not trivial > unfortunately. > > Kind regards > > Bob > > On 24/06/2010 00:39, tomasz bandura wrote: >> 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 > >
