Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Mar 16, 2022
2 parents 827da69 + 62b4c27 commit 8b3dcff
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -312,6 +312,8 @@ public abstract class PageBase extends WebPage implements ModelServiceLocator {
public PageBase(PageParameters parameters) {
super(parameters);

setStatelessHint(false);

LOGGER.debug("Initializing page {}", this.getClass());

Injector.get().inject(this);
Expand Down

0 comments on commit 8b3dcff

Please sign in to comment.