Clistview No Results Found No Menu Displayed

I call the index page of a module from my main menu.

My table poll is empty.

Why the menu of my page is not displayed ?

the code is the following

<?php

&#036;this-&gt;breadcrumbs=array(


  'Polls',


);





&#036;this-&gt;menu=array(


  array('label'=&gt;'Create Poll', 'url'=&gt;array('create')),


  array('label'=&gt;'Manage Polls', 'url'=&gt;array('admin')),


);





?&gt;





&lt;h1&gt;Polls&lt;/h1&gt;





		&lt;?php &#036;this-&gt;widget('zii.widgets.CListView', array(


  			'dataProvider'=&gt;&#036;dataProvider,


  			'itemView'=&gt;'_view',


			)); 


		?&gt;

I only got no results found message but no breadcrumb neither menu

Thanks you for your help

Hi,

It seems layout not rendered properly

OR

There will be silence exception… check out the log :)