Skip to content

Commit

Permalink
Merge pull request #979 from renebock/ExampleFixes
Browse files Browse the repository at this point in the history
Example fixes
  • Loading branch information
darkv authored Jun 3, 2022
2 parents ca186e7 + c6b47d5 commit 06aef3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Examples/D2W/ERModernMoviesDemo/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@
<classpathentry kind="con" path="WOFramework/ERTaggable"/>
<classpathentry kind="con" path="WOFramework/ERAttachment"/>
<classpathentry kind="con" path="WOFramework/ERCoolComponents"/>
<classpathentry kind="con" path="WOFramework/ERCoreBusinessLogic"/>
<classpathentry kind="con" path="WOFramework/ERJavaMail"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public AjaxJSONClient(WOContext context) {
public boolean isStateless() {
return false;
}

@Override
public boolean synchronizesVariablesWithBindings() {
return false;
}

@Override
public boolean global() {
Expand Down

0 comments on commit 06aef3f

Please sign in to comment.