hi!

I have a normal text input box on a page. The controller renders results
to another div, but I need to clear the content of the input box after a
search. Most of my interaction is done with something like

page.replace_html('div',newcontent)

but in this case the element I am addressing is a inputbox and doesn't
have inner html, only a value? how can I adress this value?

As always, your patience is greatly appreciated.

Regards

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