Closed GoogleCodeExporter closed 8 years ago
Does it happen with 0.6.4-snapshot?
Original comment by manuel.carrasco.m
on 12 Jul 2011 at 7:12
I'm unable to reproduce the issue with latest code. Could you give more info
about how to see the problem or send a piece of code?
thanks
Original comment by manuel.carrasco.m
on 12 Jul 2011 at 11:27
I'm on vacation right now but next week I can give feedback. I didn't test with
trunk version but with the one specified.
Original comment by martin.grotzke
on 12 Jul 2011 at 12:03
Just tested with 0.6.4-SNAPSHOT, with this the issue seems to be solved - the
alert box is showed only once.
Just fyi, some code...
In the ui binder template:
<gupld:SingleUploader ui:field="userDataUploader"
title="{messages.userimport_fileupload_label}" />
<g:Button ui:field="uploadButton" text="{messages.generic_upload}"/>
Java class:
@UiField(provided = true)
Button uploadButton = new Button();
@UiField(provided = true)
SingleUploader userDataUploader = new
SingleUploader(FileInputType.BROWSER_INPUT, null, this.uploadButton);
I just checked this: When I remove the custom button (from template and java)
and have just the SingleUploader the issue does also not show up in
0.6.3-compat.
Original comment by martin.grotzke
on 21 Jul 2011 at 6:50
I do not follow what the issue is in your example. Could you explain a bit more?
thanks
Original comment by manuel.carrasco.m
on 28 Jul 2011 at 11:24
As written in my previous comment: With 0.6.4-SNAPSHOT this issue seems to be
solved - the alert box is showed only once.
You can close this issue.
Cheers,
Martin
Original comment by martin.grotzke
on 28 Jul 2011 at 1:33
ok, thanks
- Manolo
Original comment by manuel.carrasco.m
on 28 Jul 2011 at 5:38
Original issue reported on code.google.com by
martin.grotzke
on 7 Jul 2011 at 10:49