Hybris widget connection through socket id
问题 I'm trying to create a widget that can communicate with another one through sockets. I've followed the documentation from here but I couldn't understand how their example works. I've created the definition.xml where I've defined the inputs/outputs, mychat.zul and the controller . But I couldn't find anywhere in the platform the tag <widget-connection> to see that the widget is actually connecting the inputs/outputs to something.. or isn't this the purpose of the tag above? I've added the