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 you make great contributions
on the forum threads.

For the time being, however, posts like the ones Ian mentioned are not
very helpful and don't advance the topic or help solve specific
problems for the developers who are posting up on the group. Sit back
and enjoy the ride, GWT is a relatively vast stack of technology that
takes some time to get used to, especially if you're just getting into
Ajax application development.

One thing I wanted to mention is that foul language or personal
insults will not be tolerated on the group. We would like to keep a
friendly, professional and helpful environment in the groups, as
discussed in the group charter, so please steer clear of vulgarities
and rude comments.

Group Charter:
http://groups.google.com/group/Google-Web-Toolkit/web/gwt-discussion-group-charter

Alright, with that out of the way, welcome to the GWT developer forum!

Cheers,
-Sumit Chandel

On Thu, Sep 25, 2008 at 10:39 PM,  [EMAIL PROTECTED] wrote:

 WOW thanks i will keep that in mind your like better than my
 teacher.he is a stick in the mud.

 On 9/25/08, Ian Bambury [EMAIL PROTECTED] wrote:
 It won't take long to get the experience you need to be able to help people
 provided you are using GWT and learning as you go.

 You will learn as you progress, and after a week, you will be a week ahead
 of those who are just starting. After 10 days, you will be 900% more
 experienced than someone on their first day :-)

 There's a 'getting started' series of emails available from my site if that
 interests you, and I'll always answer any questions you have as you go
 along. It's free!

 Ian

 http://examples.roughian.com


 2008/9/25 Xavier Mathews [EMAIL PROTECTED]

  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, Xavier Mathews [EMAIL PROTECTED]
  wrote:

 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 really helps) But i will take your advice and
 thanks for being honest with me.

 Also i am working from my Sony PSP most of the time so i may not read
 the message right. I had to set my web pages up differently last
 night!

 And When i ask WHAT ERROR MESSAGE DID YOU GET That is because when i
 am working over at the GCG Google Chrome Group That is the first
 question that i ask to help other and clients etc so it is a
 habit...So far over there i could own the damn group because now
 everyone e-mails me to get answersjust last night i have
 a.well who is now a Client give me thanks for helping her with
 something no one else could. So i see that this is your profession and
 Browsers etc web pages are mine. (NOT PROGRAMING) I barley past my
 TEST in C++.

 So from now on i will just watch you guys while i learn and hopefuly i
 can be ready to jump in within months (I'm kidding myself it will take
 longer)

 Good Day

 Xavier

 On 9/25/08, Ian Bambury [EMAIL PROTECTED] wrote:
 
  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 get thanked for your deep insights.
 
  For example:
 
 
  hmmm...well if it is not the right size then that means that the
  whole thing is not dowoloading the right way.
 
 
  This comes under the category of 'specialised subject: the bleedin'
 obvious'
 
  We all know that. From your comments, I would guess that almost
  everyone
  here has more experience than you do. I doubt many people here other
 than
  you would have a hard time understanding PHP. Some of us were probably
  writing programs before you were born.
 
  What people are looking for is answers to their questions and not
 comments
  like Well i just tried it and i dont think you can
 
  Take it easy. Sit back and watch the group working for a while, then,
  if
 you
  can provide someone with a solution then fine, but don't ask questions
 like
  What error message do you get? when someone asks for help with a
 layout
  problem, or So as you use it the memory is slowly going away? when
 someone
  asks about a memory leak, or clog up the list 

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 Crest Illinois
 [EMAIL PROTECTED]
 Fear of a name, only increases fear of the thing itself.

 On Wed, Sep 24, 2008 at 12:40 PM, walden [EMAIL PROTECTED]wrote:





  I would test it in Web mode with my real server.

  On Sep 24, 7:37 am, [EMAIL PROTECTED] wrote:
   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 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
module

The images folder is in the public folder of the Module that display
the images. I upload images from another module and sometimes from the
same module.

On Sep 23, 8:56 pm, walden [EMAIL PROTECTED] wrote:

 You have a successful image upload, and then the server can't find
 it?  Or is it some other kind of file not found?

 On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote:

  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 found.

  If you have any idea how I can solve this issue, I will appreciate
  it.

  Thank you.

  On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:

   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 in a new Window is not usually the best
  way
   to
   design with GWT.

   Walden

   On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

Hi All,

Does anyone know how can I open and reload a GWT module from
another
module in a new Window??

Thanks- Hide quoted text -

  - Show quoted text -- Hide quoted text -

- Show quoted text -

   --
   Xavier A. Mathews
   Student/Developer/Web-Master
   Google Group Client Based Tech Support
   Hazel Crest Illinois
   [EMAIL PROTECTED]
   Fear of a name, only increases fear of the thing itself.- Hide quoted
  text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 get thanked for your deep insights.

For example:


 hmmm...well if it is not the right size then that means that the
 whole thing is not dowoloading the right way.


This comes under the category of 'specialised subject: the bleedin' obvious'

We all know that. From your comments, I would guess that almost everyone
here has more experience than you do. I doubt many people here other than
you would have a hard time understanding PHP. Some of us were probably
writing programs before you were born.

What people are looking for is answers to their questions and not comments
like Well i just tried it and i dont think you can

Take it easy. Sit back and watch the group working for a while, then, if you
can provide someone with a solution then fine, but don't ask questions like
What error message do you get? when someone asks for help with a layout
problem, or So as you use it the memory is slowly going away? when someone
asks about a memory leak, or clog up the list with a new thread telling
everyone on a GWT list that they should use the latest release of PHP (which
isn't necessarily true, anyway).

Ian
http://examples.roughian.com

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 really helps) But i will take your advice and
thanks for being honest with me.

Also i am working from my Sony PSP most of the time so i may not read
the message right. I had to set my web pages up differently last
night!

And When i ask WHAT ERROR MESSAGE DID YOU GET That is because when i
am working over at the GCG Google Chrome Group That is the first
question that i ask to help other and clients etc so it is a
habit...So far over there i could own the damn group because now
everyone e-mails me to get answersjust last night i have
a.well who is now a Client give me thanks for helping her with
something no one else could. So i see that this is your profession and
Browsers etc web pages are mine. (NOT PROGRAMING) I barley past my
TEST in C++.

So from now on i will just watch you guys while i learn and hopefuly i
can be ready to jump in within months (I'm kidding myself it will take
longer)

Good Day

Xavier

On 9/25/08, Ian Bambury [EMAIL PROTECTED] wrote:

 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 get thanked for your deep insights.

 For example:


 hmmm...well if it is not the right size then that means that the
 whole thing is not dowoloading the right way.


 This comes under the category of 'specialised subject: the bleedin' obvious'

 We all know that. From your comments, I would guess that almost everyone
 here has more experience than you do. I doubt many people here other than
 you would have a hard time understanding PHP. Some of us were probably
 writing programs before you were born.

 What people are looking for is answers to their questions and not comments
 like Well i just tried it and i dont think you can

 Take it easy. Sit back and watch the group working for a while, then, if you
 can provide someone with a solution then fine, but don't ask questions like
 What error message do you get? when someone asks for help with a layout
 problem, or So as you use it the memory is slowly going away? when someone
 asks about a memory leak, or clog up the list with a new thread telling
 everyone on a GWT list that they should use the latest release of PHP (which
 isn't necessarily true, anyway).

 Ian
 http://examples.roughian.com

 



-- 
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.

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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, Xavier Mathews [EMAIL PROTECTED]wrote:

 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 really helps) But i will take your advice and
 thanks for being honest with me.

 Also i am working from my Sony PSP most of the time so i may not read
 the message right. I had to set my web pages up differently last
 night!

 And When i ask WHAT ERROR MESSAGE DID YOU GET That is because when i
 am working over at the GCG Google Chrome Group That is the first
 question that i ask to help other and clients etc so it is a
 habit...So far over there i could own the damn group because now
 everyone e-mails me to get answersjust last night i have
 a.well who is now a Client give me thanks for helping her with
 something no one else could. So i see that this is your profession and
 Browsers etc web pages are mine. (NOT PROGRAMING) I barley past my
 TEST in C++.

 So from now on i will just watch you guys while i learn and hopefuly i
 can be ready to jump in within months (I'm kidding myself it will take
 longer)

 Good Day

 Xavier

 On 9/25/08, Ian Bambury [EMAIL PROTECTED] wrote:
 
  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 get thanked for your deep insights.
 
  For example:
 
 
  hmmm...well if it is not the right size then that means that the
  whole thing is not dowoloading the right way.
 
 
  This comes under the category of 'specialised subject: the bleedin'
 obvious'
 
  We all know that. From your comments, I would guess that almost everyone
  here has more experience than you do. I doubt many people here other than
  you would have a hard time understanding PHP. Some of us were probably
  writing programs before you were born.
 
  What people are looking for is answers to their questions and not
 comments
  like Well i just tried it and i dont think you can
 
  Take it easy. Sit back and watch the group working for a while, then, if
 you
  can provide someone with a solution then fine, but don't ask questions
 like
  What error message do you get? when someone asks for help with a layout
  problem, or So as you use it the memory is slowly going away? when
 someone
  asks about a memory leak, or clog up the list with a new thread telling
  everyone on a GWT list that they should use the latest release of PHP
 (which
  isn't necessarily true, anyway).
 
  Ian
  http://examples.roughian.com
 
   
 


 --
 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.


--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 23, 2:57 pm, Halabe [EMAIL PROTECTED] wrote:

  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
  module

  The images folder is in the public folder of the Module that display
  the images. I upload images from another module and sometimes from the
  same module.

  On Sep 23, 8:56 pm, walden [EMAIL PROTECTED] wrote:

   You have a successful image upload, and then the server can't find
   it?  Or is it some other kind of file not found?

   On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote:

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 found.

If you have any idea how I can solve this issue, I will appreciate it.

Thank you.

On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:

 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 in a new Window is not usually the best way to
 design with GWT.

 Walden

 On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

  Hi All,

  Does anyone know how can I open and reload a GWT module from another
  module in a new Window??

  Thanks- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 log?

On Sep 24, 7:41 am, Halabe [EMAIL PROTECTED] wrote:
 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 23, 2:57 pm, Halabe [EMAIL PROTECTED] wrote:

   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
   module

   The images folder is in the public folder of the Module that display
   the images. I upload images from another module and sometimes from the
   same module.

   On Sep 23, 8:56 pm, walden [EMAIL PROTECTED] wrote:

You have a successful image upload, and then the server can't find
it?  Or is it some other kind of file not found?

On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote:

 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 found.

 If you have any idea how I can solve this issue, I will appreciate it.

 Thank you.

 On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:

  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 in a new Window is not usually the best way 
  to
  design with GWT.

  Walden

  On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

   Hi All,

   Does anyone know how can I open and reload a GWT module from 
   another
   module in a new Window??

   Thanks- Hide quoted text -

 - Show quoted text -- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 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
 module

 The images folder is in the public folder of the Module that display
 the images. I upload images from another module and sometimes from the
 same module.

 On Sep 23, 8:56 pm, walden [EMAIL PROTECTED] wrote:



  You have a successful image upload, and then the server can't find
  it?  Or is it some other kind of file not found?

  On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote:

   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 found.

   If you have any idea how I can solve this issue, I will appreciate it.

   Thank you.

   On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:

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 in a new Window is not usually the best way
to
design with GWT.

Walden

On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

 Hi All,

 Does anyone know how can I open and reload a GWT module from
 another
 module in a new Window??

 Thanks- Hide quoted text -

   - Show quoted text -- Hide quoted text -

 - Show quoted text -
 



-- 
Xavier A. Mathews
Student/Developer/Web-Master
Google Group Client Based Tech Support
Hazel Crest Illinois
[EMAIL PROTECTED]
Fear of a name, only increases fear of the thing itself.

--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 in a new Window is not usually the best way to
design with GWT.

Walden

On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:
 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 email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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 found.

If you have any idea how I can solve this issue, I will appreciate it.

Thank you.

On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:
 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 in a new Window is not usually the best way to
 design with GWT.

 Walden

 On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

  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 email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



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
module

The images folder is in the public folder of the Module that display
the images. I upload images from another module and sometimes from the
same module.


On Sep 23, 8:56 pm, walden [EMAIL PROTECTED] wrote:
 You have a successful image upload, and then the server can't find
 it?  Or is it some other kind of file not found?

 On Sep 23, 9:46 am, Halabe [EMAIL PROTECTED] wrote:

  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 found.

  If you have any idea how I can solve this issue, I will appreciate it.

  Thank you.

  On Sep 23, 4:15 pm, walden [EMAIL PROTECTED] wrote:

   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 in a new Window is not usually the best way to
   design with GWT.

   Walden

   On Sep 23, 6:11 am, Halabe [EMAIL PROTECTED] wrote:

Hi All,

Does anyone know how can I open and reload a GWT module from another
module in a new Window??

Thanks- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---