Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, the business objects are created in the Load event as well. What SF does is cycle through all of the business objects declared within the ApplicationBasePage class and either create the objects or pull them from the session variables. So, if you need the business object within the Init event, you can either pull it from the session variable with the same name if this is not the first page in the session or if this is the first page in the session, you can do the work for the ApplicationBasePage and go ahead and create the business object and stuff it in the session variable.
|