widgetfactory not working for base classes?

Hello everyone,

i wanted to show the same summaryText for all my listviews,gridviews,

and i decided to use the widget factory to get this done.

i looked in the class reference wich class defined the summaryText property was created and this was CBaseListView so i did:

‘widgetFactory’=>array(

   'widgets'=>array(


            'CBaselistView'=>array(


             'summaryText'=>'Resultt {start} - {end} of the {count} results'

))),

but it wasn’t working for both listview, and gridview, why isnt the summartText used for both now?

i know it is not allot of work to define the same text for CListView, and CGridView,

but im just wondering why it isnt working.

thanks in advance.