Displaying 1 result from an estimated 1 matches for "libtabl".
Did you mean:
libtabe
2006 Jun 01
1
link_to_remote renders Ajax.Updater, sometimes Ajax.Request
...brick wall...
I have two link_to_remote tags in two seperate _whatever.rhtml files.
The targets of the updates are in edit.rhtml which does a render
:partial to include the links. here''s some code:
<%= link_to_remote ''Destroy'',
:update => "libtable",
:url => {:action => ''destroylib'', :id => lib.id, :rid =>
@release},
:loading => "Element.show(''lib#{lib.id}'')",
:complete => "Element.hide(''lib#{lib.id}'')&...