Hello

Would it make sense to write a commandClass as an inner class of a class that extends SimpleFormController?

How would I go about configuring the XML around it?

Basically, I'd like to avoid cluttering my domain model with commandClasses that are little more than objects for capturing form data.

Thanks

Mark