We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Struts 2.5.20 and Struts-JQuery 4.0.3
When using an element of sj:div which reloads using the updateFreq attribute
<sj:div id="jobStatus" href="%{requestUrl}" updateFreq="3000" requestType="GET" indicator="indicator"/>
Is there a way to signal that reloading should stop?
For reference I am trying to replicate the behaviour of the old Dojo sx:div tag which had a listener topic which indicated that the reload should stop
<sx:div id="jobStatus" href="%{#requestUrl}" updateFreq="3000" executeScripts="true" separateScripts="true" stopTimerListenTopics="/stopTimer">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using Struts 2.5.20 and Struts-JQuery 4.0.3
When using an element of sj:div which reloads using the updateFreq attribute
Is there a way to signal that reloading should stop?
For reference I am trying to replicate the behaviour of the old Dojo sx:div tag which had a listener topic which indicated that the reload should stop
<sx:div id="jobStatus" href="%{#requestUrl}" updateFreq="3000" executeScripts="true" separateScripts="true" stopTimerListenTopics="/stopTimer">
The text was updated successfully, but these errors were encountered: