> > The addTaskButton method gets called every time that I > press the button. One thing though, I have client > side state saving and the bean has session scope. >
I tried to change the scope to session (from request) and the application worked. This problems seems to be specific to request scope.

