I am making a spring MVC project which is XML free(except POM). I have used java based configuration for dispatcher servlet and the required beans.
I am not able to access data on my view (JSP) using model. This is my controller from where i am adding data to the model
This is my jsp page where i am trying to print my list of students i.e "students"
this is the result i am getting
I tried using isELIgnored="false attribute but my jsp is showing isELIgnored as undefined attribute. All the solutions on internet for this are for xml based configuration. Please help!!!!