This is a migrated thread and some comments may be shown as answers.

parameterMap to TaskViewModel transfer is broken

1 Answer 59 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Entilzha
Top achievements
Rank 2
Entilzha asked on 21 Sep 2013, 05:25 PM
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

1 Answer, 1 is accepted

Sort by
0
Entilzha
Top achievements
Rank 2
answered on 24 Sep 2013, 12:53 AM
It turns out I was mixing the pure js implementation with the mvc implementation.  Which is no fun because the js version doesn't call my controller because I am obviously missing something.  So I switched to the mvc version and my controller is being called.  Unfortunately the mvc version is not well-documented yet.  This is the risk we accept when we work with beta software.  I am still optimistic about this scheduler and will persevere.  I am also confused by the plethora of different declarations that seem to have overlap in their meanings.  I asked this question on another question so I am going to let this query pass.
Tags
Scheduler
Asked by
Entilzha
Top achievements
Rank 2
Answers by
Entilzha
Top achievements
Rank 2
Share this question
or