xiaochong / zkui

Grails ZK UI Plugin
http://grails.org/plugin/zkui
GNU Lesser General Public License v3.0
24 stars 8 forks source link

<z:template> not works in zkui-0.5.4 #104

Closed leandrogehlen closed 11 years ago

leandrogehlen commented 11 years ago

using the design-mvvm-zkui demo.zip was found that the listbox shows the DemoController lines but does not display the contents of the cells.

the code below is contained in the view demo

@load(item.name)

If you changed the code to:

{item.name}

content of the cells is shown. but is lost features @load, @bind, @save and @converter

leandrogehlen commented 11 years ago

Please ignore this error. Viewing a Issue #60, solved the problem