Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by strong221

  1. strong221

    Can you store object in sessions?

    why not? HttpServletRequest request = (HttpServletRequest) pageContext.getRequest(); request.setAttribute("page",rs.getString("count")); String temp=request.getParameter("page"); Java is My Power http://www.strongd.net

Part and Inventory Search

Back
Top