XML"

From Documentation
(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…')
Line 1: Line 1:
 
{{ZKDevelopersGuidePageHeader}}
 
{{ZKDevelopersGuidePageHeader}}
  
In the following example
 
 
<source lang="xml" >
 
<element attr1=${bean.property}/>
 
</source>
 
 
<tt>${bean.property}</tt> will be autowired to <tt>bean.getProperty()</tt>.
 
 
As you can see, developer can access Java Beans with EL intuitively.
 
[[sample code for el access java bean | A full example]]
 
  
 
{{ ZKDevelopersGuidePageFooter}}
 
{{ ZKDevelopersGuidePageFooter}}

Revision as of 08:14, 12 July 2010

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




Last Update : 2010/07/12

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