search for: reallist

Displaying 1 result from an estimated 1 matches for "reallist".

Did you mean: readlist
2006 Jun 30
1
getting form values using link_to_remote
I have this as part of an .rhtml page: <%= javascript_include_tag "prototype" %> <%= form_tag :controller => ''reallist'', :action => ''addnewuser''%> email:<br /> <%= text_field_tag :email, nil, :size => ''14'' %><br /> <div id=''nameStatus''> </div> <%= link_to_remote "check name availability", :update...