Hello:
I'm using GWT 2.3
I want to run a GWT application by demand, i.e, clicking an external HTML button ( I mean, this button doesn't belong to GWT application )
I can do that when I use std linker (iframe bootstrap mechanism). I do it by modifying DOM with Javascript
But now I need to use xs linker and this way to start my application doesn't work
Does anyone know how do it ? Did anyone do sometime ?
Thanks
Regards