Actions
bug #6811
closedView and according Presenter are initialized 3x
Status:
Closed
Priority:
Highest
Assignee:
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
Updated by Andreas Kohlbecker over 5 years ago
- Related to bug #6562: vaadin mvp framwork presenters without view added
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.9 to Release 4.10
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.10 to Release 4.11
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.11 to Release 4.12
Updated by Andreas Müller over 5 years ago
- Target version changed from Release 4.12 to Release 4.13
Updated by Andreas Müller about 5 years ago
- Target version changed from Release 4.13 to Release 4.14
Updated by Andreas Kohlbecker about 5 years ago
- Status changed from New to Worksforme
- Target version deleted (
Release 4.14)
most probably fixed by #7231
Updated by Andreas Kohlbecker about 5 years ago
- Related to bug #7231: replace the SpringApplicationBus by Vaadin4Spring Event Bus in scoped contexts added
Updated by Andreas Kohlbecker about 5 years ago
- Status changed from Worksforme to Closed
- Target version set to Release 4.14
- % Done changed from 0 to 100
Actions