Is there any way to get message data? I know spring handles post data binding with java objects. But, given the two fields that I want to process, how can I get this data?
For example, suppose my form had two fields:
<input type="text" name="value1" id="value1"/> <input type="text" name="value2" id="value2"/>
How can I get these values ββin my controller?
java spring-mvc
predhme Mar 22 '10 at 18:32 2010-03-22 18:32
source share