i am using Spring 3.0 and not able to pass List to the view. Please look into my code below:
controller class:
Here i am creating a simple myList List with 2 Objects of User class.
and, here below is the code in
jsp page:
but, i am getting a blank myList. On view source, the following html is generated:
please tell, where i am going wrong? thank you.