For last few days I have been trying to play with Sencha Touch. I have not had much of the luck with it. There is one thing which is really driving me mad. I have two models named Question and Answer. When I try to save my question after having visited the Question show page with its answer and a form to create more answers for the question, question.save() sends a request to create an empty answer too to the server.
I have created this gist with the application code. ![enter image description here][2]