Extending DialogBox to include a footer w/ ui:binder

2015-03-14 Thread Sam Edge
I'm looking at extending the DialogBox http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/client/ui/DialogBox.htmlwidget that allows for a g:footer child in the ui:binder template, similar to that of the g:caption. I've has success using a @UiChild

Re: Gwt Editors: How to change a value programmatically

2015-03-14 Thread Manuel
I think this is a bug. I change my UI to the following: 1 x standard datebox with a corrsponding datepicker (picker shows when in the input datebox). The datebox get time format (TIME_SHORT), so it only displays the time. When I click in the datebox, the datepicker appears. Changing the date

Re: FileUpload mucking my response

2015-03-14 Thread Thomas Lefort
Thanks for your answer and the suggestions. I think i solve the issue. The trick is that the response is a HTML and the initial payload can be heavily changed by the browser... Turns out i was sending a badly formatted json object in my response and the browser tried to fix it somehow, hence