fixed grammar and polling time message
Changed accesses to accessing Changed comment to reflect actual polling interval (1 second)
This commit is contained in:
committed by
Rossen Stoyanchev
parent
4e6b5a4acd
commit
dbf329e513
@@ -11,7 +11,7 @@
|
||||
<ui:define name="notes">
|
||||
<h5>Comments:</h5>
|
||||
<p>
|
||||
Polling occurs every 3 seconds once started<br/>
|
||||
Polling occurs every second once started<br/>
|
||||
Review flow definition and view.xhtml in <span class="alt">src/main/webapp/WEB-INF/flows/poller</span>
|
||||
</p>
|
||||
<hr/>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<h:outputLink value="poller?tab=1" >
|
||||
<h:outputText value="Polling" />
|
||||
</h:outputLink><br/>
|
||||
<span class="alt">Shows PrimeFaces poller component accesses server-side Web Flow data.</span>
|
||||
<span class="alt">Shows PrimeFaces poller component accessing server-side Web Flow data.</span>
|
||||
</li>
|
||||
</ul>
|
||||
</p:tab>
|
||||
|
||||
Reference in New Issue
Block a user