Re: Fw: how to work with xs-linker in gwt

2008-11-21 Thread Manish Kumar
Hi, My need is like cross-site implementation. Actually I have an HTML which display two buttons.Please make a note here that this HTML(external) could not be included in GET component. On click of buttons , I wanted to call GET component. My approach is to call a java native method with

Fw: how to work with xs-linker in gwt

2008-11-20 Thread Manish Kumar
Hi guys, Please help me out if anybody having any idea on the issue mentioned below ?? Regards, Manish - Original Message - From: Manish Kumar To: Google-Web-Toolkit@googlegroups.com Sent: Wednesday, November 19, 2008 6:17 PM Subject: Re: how to work with xs-linker in gwt Hi, As

Re: Fw: how to work with xs-linker in gwt

2008-11-20 Thread Manuel Carrasco
Include this line in your module.gwt.xml file add-linker name=xs/ On Nov 20, 11:22 am, Manish Kumar [EMAIL PROTECTED] wrote: Hi guys, Please help me out if anybody having any idea on the issue mentioned below ?? Regards, Manish - Original Message - From: Manish Kumar To:

Re: Fw: how to work with xs-linker in gwt

2008-11-20 Thread Manish Kumar
Hi Thanks eggsy for a alternative.I ll take try on this. I have already added xs linker and then compile the GWT source. After that I am using compiled code in our HTML( including no-cache.js ) for calling JNSI method call. Actually a couple of months back, I got succeeded in same way but

Re: Fw: how to work with xs-linker in gwt

2008-11-20 Thread Manuel Carrasco
I dont understand what exactly you want. Any way, basically the only difference between the standard and the cross-site compiler is: - std compiler generates files 'xxx.cache.html' (javascript is inside a script tag). This files are inserted in an iframe by the xxx.no.cache.js. This doesnt work

Re: Fw: how to work with xs-linker in gwt

2008-11-20 Thread Manish Kumar
Hi, My need is like cross-site implementation. Actually I have an HTML which display two buttons.Please make a note here that this HTML(external) could not be included in GET component. On click of buttons , I wanted to call GET component. My approach is to call a java native method with some