jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

Request parameters remain in session after submit of form #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Upload file with associated fields
2. Upload another file with associated fields

What is the expected output? 
On second submit 1st submit request parameters should be empty

What do you see instead?
Original request parameters are in second request,

What version of the product are you using? 
0.6.4
On what operating system? Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by jabari.s...@gmail.com on 14 Apr 2011 at 4:58

GoogleCodeExporter commented 9 years ago
Are you using single uploader?
Why do you need to remove initial parameters?

In r81, I decided to maintain the widgets added to the form panel, because it 
is useful for many user cases like using php in server side.

Does a method like clear() help you, so as you could call it before adding new 
fields?

Original comment by manuel.carrasco.m on 18 Apr 2011 at 6:55

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r920.

Original comment by manuel.carrasco.m on 29 Apr 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Use:

uploader.clear() 

before re-adding new widgets to the panel.

- Manolo

Original comment by manuel.carrasco.m on 29 Apr 2011 at 7:49

GoogleCodeExporter commented 9 years ago
Hello Manolo, i wish to consult, how is the version with maven to resolved this 
issue? My current version whay i use is <version>>0.6.3-compat</version>  , y 
try to put 0.9.20 , 0.920, r920 an nothing. Thanks Very much!

Original comment by jero.car...@gmail.com on 17 Sep 2011 at 7:31