At a page level, it's probably unlikely a mix of individual parameters and a command object would be needed. However, it makes more sense when inheritance comes into play. One case I encountered is that I had a parameter in a URL in the parent class and wanted to use a command object in the child. This currently doesn't work.