Hi,
Has anybody had success with AJAX/Rails apps on a PDA? I'm using Dell Axim X5s with Pocket PC 2003 and it seems that any time I try to do something like this:

render :update do |page|
  page.replace_html 'abc', :partial => 'xyz_form'
end

The browser doesn't know what to do with the file and asks me if i want to save it. I get a message that looks like this:

"Download 'aaa' to the 'My Documents' folder in Main Memory?
Yes/Change/Cancel"

After I save the file and try to view it, it looks like this:

Element.update("abc", "........   and then all the text from _xyz_form.

Has anybody run across this issue and found a workaround?

Thanks!
  -Lee
_______________________________________________
Sdruby mailing list
[email protected]
http://lists.sdruby.com/mailman/listinfo/sdruby

Reply via email to