actually it doesn't drop the ".load".... it adds ".load" when ajax=true.....
is it working as expected ? On Tue, Jun 14, 2011 at 12:12 PM, Sebastian E. Ovide < [email protected]> wrote: > Hi All, > > I have a COMMENTS component and a LIKE component. The COMMENTS component > includes many LIKE components. If COMMENT is ajax=true and LIKE is > ajax_trap=true (otrajax=false), then everything work as expected and the > links inside the LIKE components are rendered as: > > <a > onclick="web2py_component("/soso/plugin_sebas/like_likeit.load/comment_4","c414782627256");return > false;" href="/soso/plugin_sebas/like_likeit.load/comment_4">I like it too > </a> > > but if both have ajax_trap=true, then (for some reason) the .load extension > inside the links inside the LIKE are dropped and they are rendered as: > > <a > onclick="web2py_component("/soso/plugin_sebas/like_likeit/comment_4","c961418890787");return > false;" href="/soso/plugin_sebas/like_likeit/comment_4">I like it too</a> > > > (see that .load is missing......) > > > any ideas ? > > > > > > > -- Sebastian E. Ovide

