Project

General

Profile

Actions

bug #6811

closed

View and according Presenter are initialized 3x

Added by Andreas Kohlbecker almost 7 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Highest
Category:
cdm-vaadin
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Severity:
critical
Found in Version:

Description

For each request to a View the View bean is initialized 3x for the same view-scope.
After the request has been processed 3 pairs of View-Presenter instances of the same classes exist:

View@A-Presenter@A, View@B-Presenter@B, View@C-Presenter@C

This causes confusion in the UI: For example while View@A is being displayed, but the UIDL request send in turn of interaction with the UI is send to another View@C and thus is processed by Presenter@C.


Related issues

Related to EDIT - bug #6562: vaadin mvp framwork presenters without viewClosedAndreas Kohlbecker

Actions
Related to EDIT - bug #7231: replace the SpringApplicationBus by Vaadin4Spring Event Bus in scoped contextsClosedAndreas Kohlbecker

Actions
Actions

Also available in: Atom PDF