Controller/View Problem

Hi,

I have several controllers for my webapp. I’d like to make a view that
could take processed data through several controllers. Is this possible?

For example, I have two controllers named ‘upload’ with an action
list_uploads and a controller named notes with list_notes action.

I want to bring both of these action under a single view which could
mean a table with list_notes and list_uploads.

I thank in advance!

Rizwan R.

You should have a look at Components. Search into Wiki at
rubyonrails.org.

Cheers,
Marco