flow: @PreserveOnRefresh or alternative missing
When a Vaadin applications creates it’s UI dynamically the use of @PreserveOnRefresh is needed, so the “state” of the UI survives a browser Refresh.
Please add @PreserveOnRefresh or an alternative
Thanks
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 8
- Comments: 17 (13 by maintainers)
Without
@PreserveOnRefreshand extensive support in the framework manual coding of state in UI becomes very complicated. For instance, Android UI Framework explicitly supports save/restoreState life cycle methods, moreover, state of UI fields that haveidsaved automatically.