Re: update a data base record

2005-09-27 Thread Dave Newton
Thibaut Lassalle wrote: User currentUser = (User) request.getSession().getAttribute(ControllerConstant.USER); currentUser.getLastName();//nullPointerExeption if user not logged. *shudder* what is the taglib i have to use in my jsp in this case ? is that the most efficience way

update a data base record

2005-09-27 Thread Thibaut Lassalle
hi i'd like to update a record from a table from my data base : for exemple, the object "Client" I used struts 1.0 and now use struts 1.2.6 that why i'm a little bit lost. The action i call is /accessToUpdateClient.do?id=9 In the action i do : public ActionForward execute(ActionMapping mapp