org.zkoss.zk.ui.activate.wait.retry.abort"
From Documentation
m (correct highlight (via JWB)) |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
{{GlobalLibraryProperty}} | {{GlobalLibraryProperty}} | ||
− | Default: <code>false</code> | + | Default: <code>false</code> |
− | + | {{versionSince|6.5.2}} | |
A library property indicates that, if the time waiting for activation is longer than the value specified in [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout | org.zkoss.zk.ui.activate.wait.retry.timeout]], the activation will be aborted and the thread will end. | A library property indicates that, if the time waiting for activation is longer than the value specified in [[ZK Configuration Reference/zk.xml/The Library Properties/org.zkoss.zk.ui.activate.wait.retry.timeout | org.zkoss.zk.ui.activate.wait.retry.timeout]], the activation will be aborted and the thread will end. | ||
Line 25: | Line 25: | ||
</source> | </source> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Latest revision as of 04:02, 10 April 2024
Property:
org.zkoss.zk.ui.activate.wait.retry.abort
Applicable: globally in zk.xml via <library-property> not as <custom-attribute>
Default: false
Since 6.5.2
A library property indicates that, if the time waiting for activation is longer than the value specified in org.zkoss.zk.ui.activate.wait.retry.timeout, the activation will be aborted and the thread will end.
It has no function if org.zkoss.zk.ui.activate.wait.retry.timeout is not specified (with a positive value).
<!-- in WEB-INF/zk.xml -->
<library-property>
<name>org.zkoss.zk.ui.activate.wait.retry.abort</name>
<value>true</value>
</library-property>
<library-property>
<name>org.zkoss.zk.ui.activate.wait.retry.timeout</name>
<value>60000</value>
</library-property>