form Parameter « Web « Spring Q&A





1. Newbie question - how to add parameters to the form    forum.springsource.org

Hi all, When a method annotated with ModelAttribute the return data that will be bounded to a form: @ModelAttribute("someName") public List getSomeList(){ } What is the correct way to access "someList" ...

2. add more parameters into a form page    forum.springsource.org

add more parameters into a form page Hello In the jsp page that display list of books, I have:

"> " />

3. varying form parameters?    forum.springsource.org

varying form parameters? Is there some way I can automatically handle a varying number of POST parameters? I'm looking at shopsite.com, an online shopping site, and they send you multiple parameters ...

4. Problem with getting parameter from the form    forum.springsource.org

Hi, I am using Spring in my project. Recently, we have encountered intermittent problem of getting parameter out from the form. We are using dynamic binding to get the value from ...

5. Static parameters form XML    forum.springsource.org

I have some static parameters that consist of key value pairs. I want to read them from an XML or properties file and I want them to be in a hashmap ...