new infos:

If i try the page.insert_html in my errored application, i get for 
page.insert_html, :bottom, "test", :text => "it works."

try {
$("#test").append("it works.");
} catch (e) { alert('RJS error:\n\n' + e.toString()); 
alert('$(\"#test555\").append(\"it works.\");'); throw e }


In an application where all works fine, page.insert_html, :bottom, 
"test", :text => "it works." is interpreted as:

Element.insert("test", { bottom: ... ...

Why is it not interpreted in my first application this way?

Thank you very much.
Hans

-- 
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.

Reply via email to