Re: Application works only in hosted mode

2010-06-12 Thread Stefan Ludwig
is not about GXT. It is about pure GWT. Stefan Bacherthttp://gwtworld.de On Jun 11, 11:37 am, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see

Application works only in hosted mode

2010-06-11 Thread Stefan Ludwig
Hi, I have a simple application contains a GXT form panel. When I start the app in hosted mode it works fine. But not in normal mode. In Firebug I see, that all files are well loaded (Status 200 OK). When I check the generated HTML with Firbug, I see that the DIV (my GWT container) is empty (in

Data exchange between two applications

2010-05-26 Thread Stefan Ludwig
Hi, I have to exchange datas between two GWT apps. Current situation: Application 1 is a stock symbol search (e.g. IBM or GOOG for Google) which shows the symbol results in a list. Application 2 is a stock quote application. The user has just to enter a symbol and he will see the current quote.

Re: Data exchange between two applications

2010-05-26 Thread Stefan Ludwig
parameters from the URL, queries the server and formats the results. On Wed, May 26, 2010 at 2:20 AM, Stefan Ludwig tapir0...@gmail.com wrote: Hi, I have to exchange datas between two GWT apps. Current situation: Application 1 is a stock symbol search (e.g. IBM or GOOG for Google) which

Resource URL rewriting (e.g. cache.html)

2010-05-12 Thread Stefan Ludwig
Hi, does anyone knows, how the creation of the resource url in the created GWT JavaScript works? I use GWT in a portal environment (JSR-168) so i have to rewrite/change all URLs from where the resources are loaded and RPC calls goes (e.g. chache.html, images and RPCs URLs). The resources should

Changing moduleBaseURL

2010-05-12 Thread Stefan Ludwig
Hi, is there a way to change te moduleBaseURL? Thanks and regards Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email

Exchange datas between modules

2010-05-12 Thread Stefan Ludwig
Hi, how I can exchange datas between two GWT modules? I there a way? Or/ and how can I dispatch an event in another module (like button click)? Thanks Stefan -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

GWT in a JSR-168 remote portlet

2010-05-06 Thread Stefan Ludwig
Has anyone sucessfully integrate GWT in a JSR-168 portal? I have to integrate GWT in a portlet whitch can be used as remote portlet. As a local portlet is not a big deal, but i can't see a way to consume that portlet from another portal. All URLs (file references and RPC URL) are relative and i