Re: Opening and Loading a GWT Module from another module

2008-09-26 Thread Sumit Chandel
Hi Xavier, @Ian: A big thanks for chiming in on this thread with some helpful guidance for our new friend in the Groups. As Ian mentioned, you are more than welcome to navigate the Groups, give GWT a try and learn as you go. The more you work with it, the more you'll know, and soon it will help

Re: Opening and Loading a GWT Module from another module

2008-09-25 Thread walden
Xavier, That's not a helpful contribution; it's noise. Please stop using this forum like this. Walden On Sep 24, 1:43 pm, Xavier Mathews [EMAIL PROTECTED] wrote: Why not offline mode to be safe? Xavier A. Mathews Student/Developer/Web-Master Google Group Client Based Tech Support Hazel

Re: Opening and Loading a GWT Module from another module

2008-09-25 Thread Ian Bambury
Man i have had it with you and your disrespect shut the hell up no one asked you if it was helpful. Xavier, The reason you are not getting the respect you feel you deserve is that you come across (as I see it) as a schoolkid making newbie comments to industry professionals and expecting to

Re: Opening and Loading a GWT Module from another module

2008-09-25 Thread Xavier Mathews
Ok yea you are right i am very new at this idk y areprofessior had to put us in this group when he knows that i am a Browse add-on etc and c++ specialist. But i hav to do my hour on this group to get my credits. I dont really kno all that much abt PHP i have seven books infornt of me. (As if it

Re: Opening and Loading a GWT Module from another module

2008-09-25 Thread Xavier Mathews
This is harder then API at least over there i know what they are talking about lol! Xavier A. Mathews Student/Developer/Web-Master GG Client Based Tech Support Hazel Crest Illinois [EMAIL PROTECTED] Fear of a name, only increases fear of the thing itself. On Thu, Sep 25, 2008 at 12:07 PM,

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread Halabe
I tried in hosted mode and in deployed version. In the deployed version from tomcat, the page is not refreshed. On Sep 24, 2:31 pm, walden [EMAIL PROTECTED] wrote: Hosted Mode, right?  I don't think that's a valid environment to test this kind of feature.  Are you using -noserver? On Sep

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread walden
The error you quoted above is from hosted mode. It doesn't pertain to your web mode deployed tomcat case. Can you see the HTTP request message? Can you see the response? (Do you know how to turn on the request dumper valve? It's in server.xml, comment out.) Is there anything in the server

Re: Opening and Loading a GWT Module from another module

2008-09-24 Thread xavierunited
Where would you test it? On 9/24/08, walden [EMAIL PROTECTED] wrote: Hosted Mode, right? I don't think that's a valid environment to test this kind of feature. Are you using -noserver? On Sep 23, 2:57 pm, Halabe [EMAIL PROTECTED] wrote: The image upload is successful since I can see the

Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
Hi All, Does anyone know how can I open and reload a GWT module from another module in a new Window?? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Opening and Loading a GWT Module from another module

2008-09-23 Thread walden
GWT is not Java; it doesn't have dynamic class loading. Maybe someday. In the interim, is there a way to describe your goal without making technology assumptions like this? Maybe there is a way to get the behavior you want using GWT in its current form, but you'll need to say more. Also, the

Re: Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
Hi Walden, My purpose is to view an image that is uploaded in the same session without having to refresh the whole page. I was searching for a way to view the image but I could not view any image that is uploaded in the session that I am trying to view it in. I am getting the error file not

Re: Opening and Loading a GWT Module from another module

2008-09-23 Thread Halabe
The image upload is successful since I can see the images in the server folder and when I refresh the page I can also see it on the client. IThe error I am getting is: Resource not found: images/imagePath/Image1.jpg could a file be missing from the public path or a servlet tag misconfigured in