1

My problem is similar

i have to Send the textBox.value and file. I am using FormPanel to do so.

I can retrive file but the value of checkBox is not retrived.

How to do it.

Community
  • 1
  • 1
NewCodeLearner
  • 738
  • 3
  • 14
  • 38

1 Answers1

1

Put a name on your checkbox and in your servlet retrieve the value with request.getParameter(name) where the name matches the one of your checkbox.

Guillaume Polet
  • 47,259
  • 4
  • 83
  • 117