In ASP.NET MVC Beta I was able to get
form parameter of & lt Was; Input id = "address [40] .cti" name = "address [40] .cti" type = "text" value = "city" /> & lt; Input ID = "Address [40] .date" name = "address [40]." Code "as the" type "=" text "value =" country "/>
> In the Administrator action, edit (list & lt; address & gt; addresses).
However, in the new release candidate, I can not retrieve prices (faucet) in action As a parameter, when I make a FormCollection parameter, I can see the values, but to parse all the key / value combinations in the object For this, it will be a headache.
Any help would be appreciated.
Prior to the release candidate in the scheme release candidate for the list binding, you will have a hidden field indicating what the index was (40, in your case). In the release candidate, now you need this hidden area No, but your index should be numeric and start with 0 Should be.
Comments
Post a Comment