Re: Problem with a managed-property containing a list.

2007-02-15 Thread Michael Meierhoff
Moin, i have also a Observer Pattern build into my application. What i have done is use a tip from Myfaces. Set a initialize property to all beans's: ProjectManagerBean de.webtopproject.ui.bean.project.ProjectManagerBean session

Problem with a managed-property containing a list.

2007-02-15 Thread Beelen, Marco
Hello, In my application I have some managed-bean, which implements some Observer-like pattern to notify other beans of some action, so that those beans can refresh their state. In order to do so I added a List to my bean on which the action is invoked, which will call the refresh() method on all