java ee - How to pass a hidden value in a form in Spring MVC 3.0? -


How to pass a hidden value in Spring MVC 3.0

I can not assign & 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?

Thanks

  & lt; Form: hidden path = "test" style = "display: none" />    

Comments