You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activate method is not triggered when You reenter to cached presenter
Deactivate method is triggered always when You leave cached presenter
Seams like inconcistency for me
Activate method is triggered only once at start, when You enter first time cached presenter.
But every time You are leaving cached presenter method deactivate() is triggered.
Issue occurs only when You declare caching in top of composites Controller like this:
to make it clear: we are talking about the activate-method of a CompositeComponentController inside a cached ComponentController. The activate-method the cached ComponentController is called.
Activate method is not triggered when You reenter to cached presenter
Deactivate method is triggered always when You leave cached presenter
Seams like inconcistency for me
Activate method is triggered only once at start, when You enter first time cached presenter.
But every time You are leaving cached presenter method deactivate() is triggered.
Issue occurs only when You declare caching in top of composites Controller like this:
When I declare caching in inner controller then it is ok I got active method one each entering and I got deactivate on each leaving .f.e.:
The text was updated successfully, but these errors were encountered: