search for: textfieldone

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

Did you mean: testfieldone
2006 Apr 06
2
Java: How to interact with ruby generated fields
...use this example it didn''t work, why? <%= start_form_tag({:action=> "show"}, { :onSubmit =>"post[testfieldone].value=examplefunction(post[textfieldtwo].value+post[textfieldthree].value);" }) %> ----snip <%= hiddenfield_field "post", "textfieldone", :size => 20%> <%= text_field "post", "textfieldtwo", :size => 20%> <%= text_field "post", "textfieldthree", :size => 20%> ----snip <input type="submit" value="Sign In &#187;" class="primary&quot...