Re: Fw: Communication between Tapestry and Angular(inside of an iframe)

2020-10-21 Thread Thiago H. de Paula Figueiredo
On Fri, Oct 9, 2020 at 7:55 AM Dmitry Gusev wrote: > Hi Hristo, > Hello, everyone! > > How could I possibly make an event listener inside Java? > Both options provided by Dmitry are good, but I'd prefer the Tapestry-only (i.e. not REST framework needed) one. If you're using Tapestry 5.4.2 or

Re: Fw: Communication between Tapestry and Angular(inside of an iframe)

2020-10-09 Thread Dmitry Gusev
Hi Hristo, This mailing list isn't allowing attachments, we cannot see it, so it's a bit unclear what you need. > How could I possibly make an event listener inside Java? What events should the listener listen to, is it a client-side or server-side event? To call Java methods from JS you usuall

Fw: Communication between Tapestry and Angular(inside of an iframe)

2020-10-09 Thread Hristo Stoyanov
Hello everyone! I have been brought onboard to an Tapestry project(never heard of it before) and I would like to create a 'communication channel' between the tapestry and an iframe(displaying Angular application). Both projects are on the same domain and the Angular app inside the iframe work