take a look https://bitbucket.org/mulonemartin/plugin_comments/src/71a9db051b22/models/plugin_comments.py#cl-190
<https://bitbucket.org/mulonemartin/plugin_comments/src/71a9db051b22/models/plugin_comments.py#cl-190> return LOAD('plugin_comments','comments',args=[tablename, record_id, page],ajax=True) plugin_comments is the name of the controller. 2011/2/22 pbreit <[email protected]> > ajax=False fixes the issue. But I'd like to get the Ajax benefits, too. > > Routing doesn't seem to be the culprit. For some reason, it's not honoring > the function specified in the URL() helper. > -- Pablo Martín Mulone ([email protected]) http://www.tecnodoc.com.ar/ Paraná, Entre Ríos, Argentina (CP 3100). My blog: http://martin.tecnodoc.com.ar Expert4Solution Profile: http://www.experts4solutions.com/e4s/default/expert/6

