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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Most likely your data is coming from database and this is kind of
Listof 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