Hii,
I am a beginner in struts..I want to retrieve few records from database
and display in jsp page.First i tried assuming only one record is returned
by the query..
Below is what i wrote in action.
Statement stmt=con.createStatement();
ResultSet rs=stmt.executeQuery(query);
if(rs.next())
{
sear
Yeah i know i am somewhere in the mid of chaos.Let me try..Thanks...
--
View this message in context:
http://www.nabble.com/Struts-basic-display-search-results-in-jsp-tp15631512p15632075.html
Sent from the Struts - User mailing list archive at Nabble.com.
--
2 matches
Mail list logo