Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I will try this and report back. Commented Sep 24, 2012 at 21:22
  • Ok I copied and pasted that code and here is what I got in the controller, same issue Ive been battling most the day! steps=null Commented Sep 24, 2012 at 21:25
  • @Austin Reynolds Sorry, try new solution. Commented Sep 24, 2012 at 21:41
  • Your the man that did the trick. I had that in there before but I didnt have the stringify setup correctly. Thanks a ton for your help! Commented Sep 24, 2012 at 22:00
  • 2
    The cache:false property is useless with a POST request: api.jquery.com/jQuery.ajax . However, good post, it helped me! +1 Commented Jul 13, 2013 at 9:27