render page in div

is it possible to render a page in a div?

my rendered page is 3 column page.

left column(links), middle column(main), right column

my 3 column is not part of the layout so the 3 column page is rendered by an action.

is it possible to render another page in the middle div(middle column)?

how should i code it?

Thanks! XD

I would probably create a three-column layout. Thus, a controller whose action do not load any layout. In this way, I could make calls to these ajax jquery action and simply put the contents into the desired column.

consider make widget.

Ajax calls to a controller’s action that partially render’s a view (renderPartial method)

Portlets

Widgets