hi friends....
my rhtml page is:
<td>Post Blog</span></td>
<%= form_remote_tag(:update => "my_list",
:url => { :action => :preview_blog },
:position => "top" ) %>
<td><textarea class="textareapost" name="blog"></textarea></td>
<td>
<%= link_to_remote(image_tag("../images/post_blog.gif", :border => 0),
:update => "save",:url =>{ :action => :save })%>
</td>
<td>
<input type="image" alt="Post Blog" src="../images/create.gif"
border="0"></td>
<div id="my_list" class="empty">
</div>
form_remote_tag is working fine. but link_to_remote not working!!!!!
please help me...
Thanks..
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---