Hi,
I have a Servelet that invokes a java object that makes connection to the database and executes the SQL and returns an object that contain an xml list of data from the database. Once I get this object back in the servlet, I need to send the control to a JSP page with this java object..
how can I acomplish this..please help.
nims
I have a Servelet that invokes a java object that makes connection to the database and executes the SQL and returns an object that contain an xml list of data from the database. Once I get this object back in the servlet, I need to send the control to a JSP page with this java object..
how can I acomplish this..please help.
nims