On 25/06/2010 00:34, Bob Schellink wrote: > Btw, a workaround exists which is to not use automapping. Instead you could > manually map out the > urls to page classnames.
Seems there might be a fix after all. GAE doesn't return anything when querying
the root web
folder("/"), but it does when querying a given folder such as ("/page"). So we
could have a
convention that Click templates must be defined under the 'page' folder. With
this caveat GAE should
work with automapping as well.
Bob
