I have been tearing apart these blogs to find my answers since they are not yet in the (beta) documentation. My understanding is I should be able to pass data back to my ReST call by specifying what fields I want in the "parameterMap". I can see the transfer happening in the browser. Unfortunately this data is not to be found when I break in my controller code where the TaskViewModel is a parameter. Oh, and the "options.model" value is null inside the parameterMap function I have.
Am I correct in assuming this transfer of values from the parameterMap to the controller happens through the TaskViewModel? Or do I need to connect something manually? HOW DO I GET MY VALUES TO THE CONTROLLER? help please
Am I correct in assuming this transfer of values from the parameterMap to the controller happens through the TaskViewModel? Or do I need to connect something manually? HOW DO I GET MY VALUES TO THE CONTROLLER? help please