Hi
How does binding work? Like how many fields have to match up to make a successful bind. Say you got a Product class with 5 fields and only 4 of the fields match up does it still bind?
Also I know they have an exclude for binding but how do you do multiple excludes? Like if I have 2 fields I want to exclude how do you write that?