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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MincronJoe

    trying to save objects in session (Struts)

    I am trying to save an object in the session. I have tried the following 2 ways: request = ServletActionContext.getRequest(); session = request.getSession(true); customer = new Customer(); customer.setValid(true); customer.setCustomerNumber("564505"); customer.setUserId("JWALTERS")...

Part and Inventory Search

Back
Top