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 =>
"nameStatus",
:url => { :action => "checkname"} %>
<br />
password:<br />
<input type=''password'' name=''pass1''
size=14><br />
retype password:<br />
<input type=''password'' name=''pass2''
size=14>
</form>
my question: can I get link_to_remote to send a value from the form to
the server for evaluation? In the present example, I''m trying to check
if a user''s choice of name is already in use. There''s no need
to send
the entire form if link_to_remote can deal with it....
--
Posted via http://www.ruby-forum.com/.
I actually have the same question/problem. Any update on this question? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Maybe Matching Threads
- [LLVMdev] How to force MemoryDependenceAnalysis to run on original module
- [LLVMdev] How to force MemoryDependenceAnalysis to run on original module
- [LLVMdev] How to force MemoryDependenceAnalysis to run on original module
- [LLVMdev] 2.9 pass manager asserts "Unable to handle Pass that requires lower level Analysis pass"
- [LLVMdev] How to force MemoryDependenceAnalysis to run on original module