diff options
Diffstat (limited to 'documentation/components/components-progressbar.asciidoc')
-rw-r--r-- | documentation/components/components-progressbar.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/components/components-progressbar.asciidoc b/documentation/components/components-progressbar.asciidoc index 3d300d241e..db7e8990de 100644 --- a/documentation/components/components-progressbar.asciidoc +++ b/documentation/components/components-progressbar.asciidoc @@ -29,8 +29,7 @@ server push to update the browser. You can enable polling with <<dummy/../../../framework/advanced/advanced-push#advanced.push,"Server Push">> for instructions about using server push. Whichever method you use to update the UI, it is important to lock the user session by modifying the progress bar value -inside [methodname]#access()# call, as illustrated in the following example and -described in +inside [methodname]#access()# call, as described in <<dummy/../../../framework/advanced/advanced-push#advanced.push.running,"Accessing UI from Another Thread">>. [source, java] |