I have a spring MVC command form that displays a table from an arraylist of objects and there is a hyper link on a column that opens up a popup. The user performs a selection on this popup and clicks a button to save his choice. I have two questions:
- What are the best ways of opening the popup?
- How do I set the command object values from the user selections in the opened popup ?
Any inputs or guidance is appreciated.