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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -