Hello,
I have a xpage, which contains left menu and top banner. In the body I am using editable area, which I am using for some forms. And the forms (these does not contain any left menu and top banner, only fields and buttons) are computed dynamically. I am using computed include pages which will display dynamically on the basis of a combo box. And I am using full update on combo box onchange event.
The value of the combo box is as below
AA aa.xsp
BB bb.xsp
But when I am changing the combo box value, the entire page gets loaded in the browser. As these pages are not containing any left menu and top banner, it is showing badly in the browser. But what I need, the aa.xsp or bb.xsp should be loaded in the editable area with left menu and top banner.
Can any one help me regarding this?
Thanks in advance.
Sandip K Roy