Request.setAttribute() and jsp

2001-11-23 Thread Mohammed
Hello, in my action class I am setting in my request an object as follow: SourceBean sourcebean= new SourceBean(); sourcebean.setSource(" Longon"); request.setAttribute("source" ,sourcebean); And in my jsp file try to get a refererence <% SourceBean sourcebean = (SourceBean)request.getAttribut

Re: Request.setAttribute() and jsp

2001-11-23 Thread Viet Kevin
Check if in the forwards of your action you do not write a thing like this "Mohammed" <[EMAIL PROTECTED]> wrote: > Hello, > > in my action class I am setting in my request an object as follow: > > SourceBean sourcebean= new SourceBean(); > sourcebean.setSource(" Longon"); > request.setAttr

Re: Request.setAttribute() and jsp

2001-11-23 Thread Mohammed
lt;[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 3:24 PM Subject: Re: Request.setAttribute() and jsp > > Check if in the forwards of your action you do not write a thing like this > > > > "Mohammed" <[EMAIL PROTECTED]> wrote: > > >

Re: Request.setAttribute() and jsp

2001-11-23 Thread Mohammed
Thanks kevin . now it is working Mohammed - Original Message - From: "Viet Kevin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 3:24 PM Subject: Re: Request.setAttribute() and jsp > > Check