search for: ajaxp2

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

Did you mean: ajax
2006 Feb 26
0
Ajax, MemoryStore and sessions
...d how to get around this problem. Can anyone explain what I''m doing wrong? I need to use memeoryStore since the object I want to store cannot be marshalled to PStore. Thxs, Rob Here is the page code: <%= form_remote_tag(:update => "mydiv", :url => {:action => :ajaxp2}) %> Enter a number: <%= text_field_tag(:arg1, @params[:arg1], :size => 5, :maxlength => 5) %> <%= submit_tag("Submit number with Ajax") %> <%= end_form_tag %> <div id="mydiv"> </div> <p> <%= form_remote_tag(:update => "mo...