Hi, I want to load a page which displays a particular entry from a database. To accomplish this I create an action link in the parent page which causes the parent page's object to call a method of my display-an-entry page object passing the DB-bean as a parameter. Within that method I assign this object to a member variable which is supposed to allow me to read and display its data on the page.
Unfortunaetly the value of that member variable gets reset before the page can be rendered. It seems like member vars like this one are supposed to be initialized at a later stage within the page's lifecycle. Does this mean that the way I am doing it (by passing on the object as an argument) is fundamentally wrong, or which would be an elegant way to do this? Cheers, Martin -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= My name is spelled Luxury Yacht but it's pronounced Throatwabbler Mangrove. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]