Hi Bob, I also noticed that links work after at least invocation ( initialization) So if i put a link to the table element manually it will work.
It looks like the page and link are registered after initialization (onInit() ??) regards Tomasz 2010/6/24 Bob Schellink <[email protected]> > 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 >
