You are correct the applet was not doing a form submit.  The servlet works.
Thanks.


igor.vaynberg wrote:
> 
> the question is: how does the uploader send the upload? does it send
> the data as part of the form submit or in the background independently
> of the form data? since it can do things like pause/resume i am going
> to assume the latter which is why you are not seeing that data as part
> of the form submit. you still need that other servlet to receive the
> data. if my assumptions are incorrect feel free to create a quickstart
> so that we may investigate further.
> 
> -igor
> 
> On Tue, Jan 27, 2009 at 8:17 AM, rmattler <robertmatt...@gmail.com> wrote:
>>
>> List items = upload.parseRequest(request);
>>
>> items is still empty
>>
>>
>>
>>
>> try form.setmultipart(true)
>>
>> -igor
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Getting-data-from-applet-tp21686123p21688568.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-data-from-applet-tp21686123p21727416.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to