EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: ftmh on May 07, 2014, 10:43:30 PM



Title: combobox problem,load data
Post by: ftmh on May 07, 2014, 10:43:30 PM
hi every body, i have a problem, my data doesn't load in combobox, whats the reason?
i checked all the field for many times,but it doesn't work. thank U ???  ;)

<input id="cmbtopic" class="easyui-combobox" name="topic" data-options="
                                    url:'<c:url value = '/rest/clc/definition/clctopic/list' />',
                                    method:'get',
                                    valueField:'id',
                                    textField:'name',
                                    panelHeight:'auto',
                                    editable:false
                              ">


Title: Re: combobox problem,load data
Post by: acreonte82 on May 13, 2014, 12:41:13 AM
In the url, the script file return a json answer?