Lennart Benoot <lennart <at> chronoline.org> writes: > I tried to implement the suggestions made in a previous mail to create a > persistent property in a component (see lower). > Still one question: > I want to pass this list as a parameter. I have defined it as a parameter > in the component definition. How do i get this parameter into the > persistent property?
Overide prepareForRender() and store the parameter into the property (you may want to use different names for them to avoid confusion). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
