[studs-devel] reference problem revisited
Status: Beta
Brought to you by:
mojavelinux
|
From: Ryan G. <ry...@me...> - 2005-09-03 04:09:31
|
Hi Dan,
I seem to be experiencing the same problem in the HttpSession class. After
three reloads of a session bean enabled form, I get garbage. Your
&getAttribute method in HttpSession was using the same ? : logic.
function &getAttribute($name)
{
if(isset($this->attributes[$name])) {
return $this->attributes[$name];
}
else {
return null;
}
}
Seems to do the trick.
Regards,
Ryan
Ryan Green
Media Greenhouse
aolim ryang8880
http://www.mediagreenhouse.com
|