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

JspException: The <kendo:dataSource> tag should be nested in a <kendo:dataSource-schema-hierarchical-model> tag

0 Answers 57 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Saku
Top achievements
Rank 1
Saku asked on 29 Sep 2015, 07:05 PM

Hi,

   I have a kendo jsp tree view defined in the below format. Tree view works without any issue. It looks like Kendo library is throwing JSP exception while processing - JspException: The <kendo:dataSource> tag should be nested in a <kendo:dataSource-schema-hierarchical-model> tag

  

<kendo:treeView name="formsNav" select="onSelect">
        <kendo:dataSource data="${​tree view data sent from server side}" />
 </kendo:treeView>​

 

Can you please help resolve this issue?

Thanks!

 

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Saku
Top achievements
Rank 1
Share this question
or