Hi,
I'm trying out the MVC method but am a bit stuck with displaying results that require iterating through.
My model bean deals with database connect and query etc but how can I get a result set to be made available to a view JSP, the resultSet is only available in the model bean as the connection is closed as part of the method.
any suggestions?
thanks
I'm trying out the MVC method but am a bit stuck with displaying results that require iterating through.
My model bean deals with database connect and query etc but how can I get a result set to be made available to a view JSP, the resultSet is only available in the model bean as the connection is closed as part of the method.
any suggestions?
thanks