Use Another View Into My Current Form Based On $Id

Hi ter,

im facing one issue.

currently im working on form, n upload picture.

form using another controller and upload picture using another controller.(because of database table normalization).

now how to insert upload picture into my form based on picture id in url.

example: http://localhost/workspace/yii/eloan/applicantdetail/laf/id/15

when im calling the url.

the form will be loaded together with default upload picture will be shown based on the id given in the url.

any suggestion.

pls help me.

thank you.