Actions inside other actions

My Question is involving Controller Actions.

Can you call one action from with inside another action?

eg: Can the updateAction be called from the view action.

Why?

I would like to embed the update form into the view action.

yes,

just redirect to updateAction with specific param( if necessary ) inside the viewAction.