How To Make Rendering The One Module Form In The Another Module Form

Hi i am new to yii i have created an web application and some modules i want to render the one module form in the another module and on saving i want to save the both forms at a time and while viewing i want to view the full data

Can any one help me in ding this withan clear example …

Thanks in advance

Hi,

I guess you can redirect to another module controller action from the current module as

$this->redirect(array(’/<modulename>/<controller>/<action>’,<value to pass>));