Spring - referenceData in the MultiActionController ?
In the SimpleFormController , the referenceData() method is optional, but is handy when you need to provide any additional information for displaying the form. In this case, our form will need a list of states that will be displayed (presumably in a drop-down selection list).
OK, but I use MultiActionController. Has analog method (of method referenceData() ) in the MultiActionController ?