Hi, (hope this is a
jsp question.)
I'm using mvc architecture, and i have created one jsp which list the all data of my database table.
following is my
Servlet which will call the model.java's funtion which returns ArrayList contaning all the data and than servlet forwards ArrayList to my JSP
ControllerServlet.java code
Model.java
and following is my jsp code which disply my database table data... which is in arraylist
The problem i'm facing is when my jsp get rendered my contactList is null, is there any way out to overcome this problem. And if i'm using wrong technique than what is the right way to display table data ???
Looking for standard/genuine solution...
[ March 23, 2007: Message edited by: Bear Bibeault ]