Nevermind -- I found a great tutorial at: http://examples.roughian.com/index.htm#Tutorials~Custom_Event
On Jan 26, 5:47 pm, DrEvazan <[email protected]> wrote: > This is probably more of a fundamental Java question than a GWT > question, so please excuse my ignorance here, but I have put together > a test app following the Login Manager tutorial where the onClick > event for the Sign In button discussed in the tutorial posts to a back- > end server via JSON and is handed back a SessionID. > > How do I now go about returning that SessionID to the parent of the > Login composite (in the case of the tutorial - LoginManager)? I next > want to have the LoginManager hide or destroy the Login composite and > instead show another one, but despite reading a number of tutorials on > event handlers I haven't been able to figure out how to get the > LoginManager to watch the results of the Login composite and trigger > an action when the onClick event inside that composite fires. > > Thanks in advance! -- 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.
