Hi-
I am designing a page that will have a top panel for search criteria (lists, dates, etc) and then a panel below would display the results in a table. Simple. However, I'm trying to use SimpleFormController with referenceData to populate the select lists, but I need the "success" screen to be the same as the form screen due to a user requirement. The way the controller is setup though when I try to populate the lists it can't find the list beans since referenceData() was not called again. I hope this makes sense. Can someone suggest the best design to allow for binding and validation but to have the post-submit page to have the same form input objects?
Thanks!


Reply With Quote