Every field in my page gets its value from the user session object.  
I plan to retrieve the values from the user session object 
and display it during the page's this_onBeforeDisplayEvent().   
But I dont think this would work.  I need to display the value on each field's
on_BeforeDisplayEvent().  But retrieving the values from the same user session object
on every field's onBeforeDisplayEvent() seemed to be very expensive - it slows down 
processing since it's getting the value from the PE.

Now my question is: Is it safe to retrieve the values from the user session object on 
the
page's onBeforeDisplayEvent() and temporarily store them in an instance variable and
use the instance variable to display each field on the field's onBeforeDisplayEvent().

I would appreciate your answer.

Thanks.

Ferdie Say



_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to