The original message was received at 2010-01-13 07:16:01 -0800
from postoffice.(null) [10.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<[email protected]>

   -----Transcript of session follows -----
... while talking to postoffice.(null).:
>>> RCPT To:<[email protected]>
<<< 550 5.1.1 unknown or illegal alias: [email protected]
550 <[email protected]>... User unknown
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
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.


Reporting-MTA: dns; postoffice.(null)
Received-From-MTA: DNS; postoffice.(null)
Arrival-Date: 2010-01-13 07:16:01 -0800

Final-Recipient: RFC822; [email protected]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; postoffice.(null)
Diagnostic-Code: SMTP;550 5.1.1 unknown or illegal alias: [email protected]
Last-Attempt-Date: 2010-01-13 07:16:01 -0800
--- Begin Message ---
=============================================================================
Today's Topic Summary
=============================================================================

Group: [email protected]
Url: http://groups.google.com/group/google-web-toolkit/topics

  - Modules,HTML,Entrypoint class [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/d139ae8e7ec8208b
  - click event completes in hosted mode but not once deployed? [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/9613b319f6a5a2d


=============================================================================
Topic: Modules,HTML,Entrypoint class
Url: http://groups.google.com/group/google-web-toolkit/t/d139ae8e7ec8208b
=============================================================================

---------- 1 of 1 ----------
From: ToXiC <[email protected]>
Date: Nov 29 04:27AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/a5ebb8506c68464b

hi to all ... am new to GWT could i know what each of the above do
(Module,HTML,Entrypoint class),

i want to use a new HTML inside an iframe inside the same
project...could somebody help me  with it  with some code..and
ofcourse the new HTML should also be able to use the GWT code



=============================================================================
Topic: click event completes in hosted mode but not once deployed?
Url: http://groups.google.com/group/google-web-toolkit/t/9613b319f6a5a2d
=============================================================================

---------- 1 of 1 ----------
From: darren <[email protected]>
Date: Nov 29 12:36AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/73f1ed76fb502ca7

Hi Everyone

In my web application i have some links that, when clicked are
supposed to:
- use an RPC to get some data from the server
- construct a new Panel
- insert the panel into the browser document

My solution seems to work as expected while in hosted mode, but not
once the application is deployed.  I am using App Engine as a
server.

>From what I can tell, the clickEvent does cause the asynchronous RPC
to fire, and the correct results are returned to the client.  I see
the values I expect in FireBug's header view.  For some reason the
clickEvent is not finishing as i would expect - the new panel is not
displayed.

There appear to be no errors on the server, as the logs remain
clean.

Any help on how to debug this would be much appreciated.

One possible problem area may be my use of java packages on the
client? I have my code in several packages:
com.app.client
com.app.client.model
com.app.client.util
etc....

I have not made any changes to my gwt.xml file, as I'm somewhat
confused about modules.  With no changes here, the app is working as
expected in hosted mode, and the app does compile without error.

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 [email protected].
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.



--- End Message ---

Reply via email to