Languages

Menu
Sites
Language
Virtual List Warning

Hello All, I'm having a warning show up in relation to virutal list views and I'm not sure why. The warning I receive is printed out to the console:

WARNING: The data interface of virtuallist is changed. 
Message( 2386): Old data interface(data-dbtable) is still supported, but will be removed in next version.
Message( 2386): Please fix your code soon!

I'm not sure why this is being printed out because I'm not using the data-dbtable parameter in my virtual list view:

<script id="category_details_list_item" type="text/x-jquery-tmpl">
   <li class="ui-li-has-multiline category_account_item" accountId="${ID}">
      <a href="#" onclick="openAccountDetails('${ID}')" style="font-size: large;">
         ${NAME}
         <span class="ui-li-text-sub">${NUM_OF_BILLS}</span>
      </a>
   </li>
</script>

Is this a warning I should be worried about or is it incorrectly being printed out? Thanks for your help!

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
konduri sai swathi

Hi,

There is no idea whether Tizen has any plans to remove this feature in the future. But, anyway i've raised a JIRA bug : https://bugs.tizen.org/jira/browse/TDIST-625

Kindly follow the above link for more updates on this issue.