Re: TextBox.setName() and Java Http Servlet request.parameter(arg)

2009-04-22 Thread Nickelnext
Got the solution. I did use the setDisabled on the client side to disable the forms (not to be editable). Doing this prevent to send the parameters. Thank you! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

TextBox.setName() and Java Http Servlet request.parameter(arg)

2009-04-21 Thread Nickelnext
Hello everyone I'm writing about this problem i have found, when i try to send to a plain Java servlet a file using FileUpload and some others parameters stored in some textboxes. I set the form to Multipart encoding, 'cause i have to upload a file (and it works fine), i set the method to POST,