Hi,

I have several components that are the same for all users throughout the site.  
So I put them in application scope.  I just developed a component that is 
specific for each user.  So I put it in session scope.  The problem is that I 
need to pass this sesion scope component into those application scope 
components as a parameter.  If I passed it into the init method, then it only 
gets the session of the first user who initiated those application components, 
right?  If I used a set method to pass the session component in, doesn't that 
variable inside those components being overwritten every time a new user logs 
in?  From what I understand, it seems like I have to turn all of these 
components into session scope components in order to make them function 
properly.  Am I correct?

Johnny

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209241
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to