My viewmodel contains a integer list, the problem I have is that when I send my modified form viewmodel, it is always equal to null.
for(int i=0;i
Looks like you are filling your int array with zeroes instead of i's. This should read montest.itemTest.Add(i); .
montest.itemTest.Add(i);