How to pass a hidden value in Spring MVC 3.0
I can not assign Thanks & lt; Form: hidden path = "test" /> using a value for a hidden field. How can I set the value of the test area and access it on the server side?
& lt; Form: hidden path = "test" style = "display: none" />
Comments
Post a Comment