cancel
Showing results for 
Search instead for 
Did you mean: 

Eventing between Visual Composer iViews

Former Member
0 Kudos

Our environment: NW04s Portal 7.0, Visual Composer 7.0 on Support Pack 8

VC compiler options: web dynpro mode

VC model created with two iViews (Sender and Receiver) on the same page: The sender iView has the namespace, event name, signal out and fields defined. The receiver iView has the signal in defined as well as the same namespace, event name and fields as the sender iView.

VC model compiled and deployed successfully to the Portal. Eventing between the sender iView and the receiver iView does not work.

Are there any additional configurations via the Portal and VC that maybe be missing?

Thanks,

Phong

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

That's the issue. It works in Flex/Flash mode but not in Web Dynpro compiler runtime mode.

Anyone have any ideas?

-Phong

former_member193545
Active Participant
0 Kudos

Hi

WD runtime is not fully supported and there may be some functionality not supported, eventing is one of these.

At the moment I am not aware of the time frame when this should be supported.

Jarrod Williams

Answers (3)

Answers (3)

Former Member
0 Kudos

Has anyone done client side eventing between a custom Web Dynpro sender iView and a VC Flash/Flex receiver iView? If so, please provide the sample code from the Web Dynpro application for the firing of the event and the VC model setup parameters (namespace, event, parameters).

Regards,

Phong

Former Member
0 Kudos

Where did you get your information from?

Regards,

Phong

ankur_garg5
Active Contributor
0 Kudos

Hi,

See these links which talk about some differences in VC while deploying using web dynpro or flash:

<a href="https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/flashvs.WebDynpro&">https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/flashvs.WebDynpro&</a>

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/ui%2belements">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/ui%2belements</a>

Also see these links:

<a href="/people/scott.cairncross/blog/2006/10/12/portal-eventing-with-the-visual-composer-handling-the-visual-composer-event-string:///people/scott.cairncross/blog/2006/10/12/portal-eventing-with-the-visual-composer-handling-the-visual-composer-event-string

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0034e3c-0a01-0010-8e93-a4b117190f1c">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0034e3c-0a01-0010-8e93-a4b117190f1c</a>

Bye

Ankur

Do reward points if it helps!!

former_member188977
Contributor
0 Kudos

Try deploying in FLEX mode.

Nacho.