Author
Display tag + nothing found to display
Raza Mohd
Ranch Hand
Joined: Jan 20, 2010
Posts: 247
hi, all
i am working on Spring + struts2 + hibernate application.
and need to show the list of records in display table .
but the jsp page shows
nothing found to display
.
tell me, I am not using setters and getters for record list named
userList
.
because spring throws exception that unable to instantiate Action class.then how to set the
userList
please help me,
thanks
Raza,
Good luck!!
A small leak can sink a Gigantic ship.>
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted May 13, 2010 11:41:52
0
I don't see how we can help; you don't TellTheDetails . Does your action have a userList property with getters and setters?
This is a Struts question.
Alpesh Padra
Ranch Hand
Joined: Jan 10, 2010
Posts: 41
Can you please paste your code here? so that we can identify root cause.
Raza Mohd
Ranch Hand
Joined: Jan 20, 2010
Posts: 247
thanks,
i just resolved this problem.!
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted May 14, 2010 04:35:37
0
It's good to follow up so that other people reading the thread who might have similar problems see your resolution. Thanks!
subject: Display tag + nothing found to display