Re: setAttribute/getAttribute problem

2001-04-26 Thread Jason Novotny
I stumbled into the same problem yesterday without any luck. Apparently using request.set/getAtttribute is pretty much useless in my experience. I had to stick the data in the session instead using session.set/getAttribute. Not a very attractive solution, but it works anyway. Jason

RE: setAttribute/getAttribute problem

2001-04-26 Thread Alexander Jesse
hi, maybe a silly question: do you have a import-statement for your classes? hth Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 9:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: setAttribute/getAttribute

RE: setAttribute/getAttribute problem

2001-04-26 Thread CPC Livelink Admin
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Novotny Sent: Thursday, April 26, 2001 3:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: setAttribute/getAttribute problem I stumbled into the same problem yesterday without any luck. Apparently using request.set/getAtttribute

RE: setAttribute/getAttribute problem

2001-04-26 Thread William Kaufman
- From: Jason Novotny [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 12:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: setAttribute/getAttribute problem I stumbled into the same problem yesterday without any luck. Apparently using request.set/getAtttribute

Re: setAttribute/getAttribute problem

2001-04-26 Thread Aaron Lindsey
In response to Bill Kaufman's suggestion here is the output from his code snippet: Request object: class=class PopBean, loader=AdaptiveClassLoader( ) PopBean object: class=class PopBean, loader=AdaptiveClassLoader( ) Myself: class=class sla._0002fsla_0002ftest_0002ejsptest_jsp_9,