Hi Code ranch,
I have a spring controller class method as below
I have not annonated the Pojotest class @ModelAttribute but still an default object is created ,but it should be null as it is a normal Pojo class.
I have given a
String object also in the parameters but no object is created for that..how come only pojo objects are getting created?
Can anyone please help me on this.
Thank you.
Regards,
D.Srikanth