You can do like this
|
|
|
|
Observe that no need of #list there.
The other way is
|
|
|
|
insetead of id give it as var.Since
we don’t specify a scope for var, this new user reference exists in
the default “action” scope—the ActionContext. As you can
see, we then reference it with the # operator.