argghh my object is null ... why ????

2001-04-06 Thread BERWART Thierry
Hello, I have 2 simple JSP page : one for recording the datas and the other to display these datas : GetName2.jsp %@ page import="UserData" % jsp:useBean id="Tuser" class="UserData" scope="session"/ jsp:setProperty name="Tuser" property="username" param="pusername"/ jsp:setProperty

Re: argghh my object is null ... why ????

2001-04-06 Thread Marie Josephe Plainecassagne
setProperty must be done in the page called by the submit not before, otherwise the parameters do not exist so the values are empty. MJ === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For

Re: argghh my object is null ... why ????

2001-04-06 Thread BERWART Thierry
Thanks you !! It's working :) Thierry -Message d'origine- De : Marie Josephe Plainecassagne [mailto:[EMAIL PROTECTED]] Envoy : vendredi 6 avril 2001 15:00 : [EMAIL PROTECTED] Objet : Re: argghh my object is null ... why setProperty must