(thanks for the great responses to my prior post)

Now that my query's all done I want a flexible JSP that can handle the results. What would be the best approach?

I started sown this path

1 - setAttributes based on the recordset results, like this
               String formMessage = rs.getString(4);
              request.setAttribute("formMessage", formMessage);
2 - then in the JSP,
   <% request.getAttribute("frmMessage"); %>


Any better solutions?

Thanks,
Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to