Displaying Different Controllers On Tabbed View

Hi ,

In my application there is a page where I am displaying there different views i.e. Saved jobs,applied jobs ,job alerts the first thing came to my mind was to pull the the data by joining the models through relations and create different views to display under differnt tabs , but its against DRY principle , waht should I use then , Widget ? It will be grate if some one can guide me on that.

Thanks in advance

I got it solved