sonyg
Aug 25th, 2011, 09:04 AM
Hi,
I am new to Spring MVC, hope you could help me?
Say I have a bean
class Student {
String name
Integer mobileNumber
}
and http POST request with parameters: personName=TestName, personMobile=1234567, personstreet=xxxxx
How could I bind above parameters to Student bean in a given controller?
Many Thanks
SonyG
I am new to Spring MVC, hope you could help me?
Say I have a bean
class Student {
String name
Integer mobileNumber
}
and http POST request with parameters: personName=TestName, personMobile=1234567, personstreet=xxxxx
How could I bind above parameters to Student bean in a given controller?
Many Thanks
SonyG