Hi expert guys
in a page portal with 2 iview (bsp iview and visual composer iview) i want send a string value from Bsp application to visual composer signal in:
<b>BSP APPLICATION:</b>
<HTML> <%= runtime->session_manager->header_script( ) %> <HEAD> <SCRIPT src="/sap/bw/Mime/BEx/javascript/epcfproxy.js"></SCRIPT> <body> .......abap code....... <a href="#" onClick="epcmproxy.raiseEvent( "urn:com.sap.vc:epcm", "signalname", "string value", null );"> COMUNICATION TEST </a> </BODY></HTML>
in a bsp application I have activated "support portal event"
<b>VISUAL COMPOSER</b>
input signal (name: signalname; EPCMevent: com.sap.vc:epcm; input
field: strsignal; type text ) mapping to a form view.
<b>RESULT:</b>
when i click link in BSP, in a VC application the event is captured but strsignal variable is "undefinited"
<b>
HELP ME!!!</b>
tanks.