jijo-paulose / gwtupload

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

request.getParameter(PARAM_SHOW) ...... Servlet Throws PARAM_SHOW not found #168

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have been using gwtupload-0.6.4-SNAPSHOT.jar, commons-io-1.4.jar and 
log4j-1.2.16.jar. Recently I upgraded to gwtupload-0.6.6, 
commons-io-.2.4.jar,log4j-1.2.16.jar and also changed to java 1.6 .
2. Since then I am getting PARAM_SHOW cannot be resolved error.
3. I've tried to change to SESSION_FILES and SESSION_LAST_FILES but then the 
statement throws NULLPointerException. 

What is the expected output? What do you see instead?
File Should be uploaded. 

What version of the product are you using? On what operating system?
gwtupload-0.6.6.jar, commons-io-2.4.jar and log4j-1.2.16.jar

Please provide any additional information below.

Original issue reported on code.google.com by sumitjog...@gmail.com on 21 Dec 2012 at 5:14

GoogleCodeExporter commented 9 years ago
Sorry to bother. Found the problem. Had to change it from 
request.getParameter(PARAM_SHOW) to this  
    request.getParameter(UConsts.PARAM_SHOW)

Original comment by sumitjog...@gmail.com on 21 Dec 2012 at 5:32

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 5 Apr 2013 at 9:40