On Mon, Jan 26, 2009 at 3:53 AM, Ruhul Amin <
rails-mailing-l...@andreas-s.net> wrote:

>
> Patrick Doyle wrote:
> > In my controller, I have:
> >
> >     respond_to do |format|
> >       format.html # index.html.erb
> >       format.xml  { render :xml => @documents }
> >       format.js do
> >         render :update do |page|
> >           page.replace_html('documents_table',
> >                             :partial => 'documents_table',
> >                             :locals  => {:documents => @documents})
> >         end
> >       end
> >     end
> >
> > In index.html.erb, I have
> >
> > <div id="documents_table">
> >   <%= render :partial => 'documents_table', :locals => {:documents =>
> > @documents} %>
> > </div>
> hi Patrick Doyle,
>                 Thx for you reply.I have tried according to your code
> but it don't display result but shows the
> javascript code with the result. Below is the javascript that output in
> the html page when I click the next link.
>
> try { Element.update("votedtop20", " \n\n\n\n\n
> \n \n \n hjbnj\n \n
> \n \n
> \n\n"); } catch (e) { alert('RJS error:\n\n' + e.toString());
> alert('Element.update(\"votedtop20\", \" \\n\\n\\n\\n\\n
> \\n \\n \\n hjbnj\\n \\n
> \\n \\n
> \\n\\n\");'); throw e }
>
> Please help me.Thx in advance.
> Amin
>
> Golly, I don't know.  I would guess that if you are seeing javascript in
your browser, then somehow you are not responding to a javascript request,
but I really don't understand enough of how things work "under the hood" to
know how that might happen.

--wpd

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to