ZK - Open Source Ajax Java FrameworkZK - Open Source Ajax Java Framework

Alternative tag vs zscript

sly3
21 Dec 2008 00:05:47 GMT
21 Dec 2008 00:05:47 GMT

Hi I ask a question?
There are a best alternative way to transform this code to tag?
<zscript><![CDATA[
String []im=(String [])Executions.getCurrent().getDesktop().getSession().getAttribute("loghi");
]]></zscript>

For get an attribute?
Thanks for reply guys!

robbiechengTop Contributor
22 Dec 2008 04:48:10 GMT
22 Dec 2008 04:48:10 GMT

Hi Bruno,

Please try EL-Expression.
http://www.zkoss.org/doc/devguide/ch02s05.html

/robbie