RE: accessing bean properties in a jsp

2005-01-10 Thread John McCosker
." (null) however the original problem I got resolved, in my bean my methods where declared private and not public so now the original method works fine. -Original Message- From: Hollaway, Shedrick L CIV TRIREFFAC [mailto:[EMAIL PROTECTED] Sent: 10 January 2005 12:29 To: Struts Users M

RE: accessing bean properties in a jsp

2005-01-10 Thread Hollaway, Shedrick L CIV TRIREFFAC
consider setting your CustomerSessionBean values differently. CustomerSessionBean sb = new CustomerSessionBean(scv.getCustomerid(),scv.getCustomerName(), scv.getCfid(),scv.getCftoken()); session.setAttribute("cookieSession", sb); request.set