I would do something like below.
1) Create SimpleController class. Override handleRequest method. In that method get your command objects from the user home page and add to ModelView Object.
2. In
Jsp use follow code to get the command object set in the controller. I assume all your views are jsp pages.