You need to do the bindings where you PASS the parameters, not where you receive them.
In other words, you shouldn't be doing the configuration in this view, but in the view that will use it.
You need to do the bindings where you PASS the parameters, not where you receive them.
In other words, you shouldn't be doing the configuration in this view, but in the view that will use it.