jsp中使用data-options报错

 <body class="easyui-layout">
    <div data-options="region:'north',title:'North Title',split:true" style="height:100px;"></div>   
    <div data-options="region:'south',title:'South Title',split:true" style="height:100px;"></div>   
    <div data-options="region:'east',iconCls:'icon-reload',title:'East',split:true" style="width:100px;"></div>   
    <div data-options="region:'west',title:'West',split:true" style="width:100px;"></div>   
    <div data-options="region:'center',title:'center title'" style="padding:5px;background:#eee;"></div>
  </body>

提示:Undefined attribute name (data-options).

http://www.jeasyuicn.com/the-use-of-easyui-data-options.html

你这个是编辑器报错还是浏览器报错的?编辑器的不用理,这个是easyui的自定义属性,easyui生成界面需要的配置