Hallo Ep'ers
I want to create a page in which 2 iviews will be placed with Isolation method as Url.
when the page is opened i want to show both iviews in their initial state.So far so good.It is working.When a event is raised from first iview i want to change the view in second iview.
I have created a dynpage jsp portal archive with 2 jsp's(initial,result).In the initial.jsp i have subscribed to a event using EPCM.subscribe. Now i do not know how to set a switch by which doProcessBeforeOutput method decide on which Jsp to direct.
Can anyone please help me ??