UiBinder and event bubbling

2010-12-21 Thread alab
Prior to UIBinder in gwt, I wrapped elements in a HTMPanel which basically handled all the events for its child elements. So instead of attaching an eventlistener to multiple widgets, I just attached it to the parent container and used event bubbling. Can I do this in UIBinder? I know in the backin

Is there a way to get a reference to the response of a form submission or a way to programmatically invoke the open or save window when you have the response text for a csv

2010-11-15 Thread alab
I am trying to figure out a way to get a handle on the response of a request for a csv file when using a form submit. That is creating a form in gwt and doing form.submit. In case there is an error how i can catch the 404 or 405 on the gwt side and show it to the user. The request has to be a POST

Re: What Major Companies Use GWT???

2010-10-26 Thread alab
A lot of companies do, but internally. I know Goldman Sachs used it internally..a few years back. I am not sure if they still do. On Oct 25, 11:06 am, Sir Codealot wrote: > What major companies are already using GWT?  I'm a little surprised > that this sort of info is not available and obvious, f