Hello
A newbie question, but i can't find solution from mvc examples. I want to pass some arguments to controller from view to fill a store as follow:

.Parameters(ps => ps.Add(new StoreParameter("param1","a",ParameterMode.Value)))
My question is how to pass another parameter, says "param2" and value "b".
Thank you