XML

From Documentation
Revision as of 08:14, 12 July 2010 by Maya001122 (talk | contribs) (Replaced content with '{{ZKDevelopersGuidePageHeader}} In the following example <source lang="xml" > <element attr1=${bean.property}/> </source> <tt>${bean.property}</tt> will be autowired to <t…')

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


In the following example

<element attr1=${bean.property}/>

${bean.property} will be autowired to bean.getProperty().

As you can see, developer can access Java Beans with EL intuitively. A full example



Last Update : 2010/07/12

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