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 ?

Reply via email to