This is a migrated thread and some comments may be shown as answers.

[Solved] using jstl and oracle

1 Answer 134 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Su-Jin
Top achievements
Rank 1
Su-Jin asked on 09 Jun 2016, 02:02 AM

I've been practicing kendo ui with oracle. I made Controller class to get datas in database.

And I tried to put datas in grid columns with jstl. 

First, I modified                  read: "Controller url" in dataSource.

Contoller class returns List<Class>, and I named it "list".

So I put                             template: "<div class='channelNumber'>#:CH_NO</div>" in columns for first try, but it never seemed to work.

and I tried other way, jstl.

I put                                  template: "<div class='channelNumber'>${list.ch_no}</div>"

and also tried                   template: "<div class='channelNumber'>" +${list.ch_no}+ "</div>"

but nothing comes up with any of them.

How can I get datas using Oracle?

Do I necessarily use PHP or JSON?

1 Answer, 1 is accepted

Sort by
0
Su-Jin
Top achievements
Rank 1
answered on 09 Jun 2016, 05:16 AM
Ah, there was the simple and kind demo page to do this. Thx anyway
Tags
Grid
Asked by
Su-Jin
Top achievements
Rank 1
Answers by
Su-Jin
Top achievements
Rank 1
Share this question
or