I'm building a create survey / questionnaire app, where each question has the exact same format bound to a model.
Is it possible to do this with one controller + view and simply manipulate the binding context/path?
I've created a single view for this in SAP WEB IDE. When I go click on the "Add New question" button, (to display the input for Question 2) how exactly do I setup the new binding path/context to accept data for it?