I\'m trying to show an user oriented choice list in a form and I don\'t manage to access to the container to get the current User.
I don\'t see how to get it in the
Perhaps you can request the User object in the controller, and pass it on to the repository in the constructor?