Darn, another issue. In my .load view, I have:
{{=A(item.title, _href=URL(c='default', f='item',
Which creates this href:
<a href="/item.load/1">
Now I'm thinking this might be related to routing? This is all I have:
routers = dict(
# base router
BASE = dict(
default_application = 'init',
applications = 'ALL',
)
)

