I have a web site with a feature that works perfectly. And I
Raised included within another site in a layer.
I am changing link_to by link_to_remote, but rhtml loading
After a link_to_remote shows anything but what is inside a
form_tag.
We must put something on the forms to display with ajax?
I have a web site with a feature that works perfectly. And I
Raised included within another site in a layer.
I am changing link_to by link_to_remote, but rhtml loading
After a link_to_remote shows anything but what is inside a
form_tag.
We must put something on the forms to display with ajax?
On Sun, 04 Nov 2007 12:47:44 +0100, Davicín … wrote:
I tried to change the form
This is the call:
<% = Link_to_remote (image_tag ( “next.gif”)
: Update => “m_content”
: Url => (: action => ‘list’))%>
There’s no camelcasing of symbol names in rails. Everything is lowercase
and underscore separated, nor is there a space separating the colon and
the symbol name. :update not : Update, :url not : Url.
There’s no camelcasing of symbol names in rails. Everything is lowercase
and underscore separated, nor is there a space separating the colon and
the symbol name. :update not : Update, :url not : Url.