xiaochong / zkui

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

<zkui:select> tag: combobox doesn't show if $from is empty #103

Closed nemushade closed 11 years ago

nemushade commented 11 years ago

Hi, currently in SelectTagLib.groovy, line 38, we have a checking : if (from) {

This prevent the combobox to be rendered if $from is empty. I think the default grails select tag do this checking but still render the combobox.

Currently I just removed this checking from zkui:select Can you remove this checking and release a new version for zkui? Thanks.