Access ZUML Component

From Documentation

Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


The following is an example for referencing a component in an EL expression.

<window>
	<textbox id="source" value="ABC"/>
	<label value="${source.value}"/>
</window>

You have to assign id for referenced component.



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.