javascript - Spring MVC Sending Model data from View to Controller without having a form -
i got 2 pages 1 displays data , other serves edit page of fields. display model data in first view. if user clicks edit button, other view takes control. here problem: hence dont need form element in first displayer page, can not pass model data second view (editter page). there efficient way of passing data view controller without adding form element?
spring mvc pass same object between controller
the best rated answer in thread might give clue.
Comments
Post a Comment