SelectionCommand selectionCommand, BindingResult bindingResult, Model model) {
// apply default for selected bundle (if needed)
if (selectionCommand.getBundleId() == null) {
selectionCommand.setBundleId(console.getDefaultBundleId());
}
BundleIdentifier displayChoice = selectionCommand.getDisplayChoice();
Bundle bundle = console.getBundle(selectionCommand.getBundleId());
model.addAttribute("bundles", listBundles(displayChoice));
model.addAttribute("bundleInfo", createBundleInfo(bundle, displayChoice));