i want to render data
this is how my jsp page table look like
how i achieve this,
please help me,
it creates a lot of confusion for me, that how many classes are to be define and what are the fields.
thanks
i want to render data
this is how my jsp page table look like
how i achieve this,
please help me,
it creates a lot of confusion for me, that how many classes are to be define and what are the fields.
thanks
Most likely your data is coming from database and this is kind of
List
of javabeans returned.Let's say this is:
You need to set it in controller level:
Now this is the way you render it on the JSP:
You can read about it more here: http://static.springsource.org/spring/docs/3.0.1.RELEASE/reference/html/view.html