posted 16 years ago
The question is on getting values from html page through servet;
Post.Html
PostTest.java
values 500 and 600 are enterd in html page and what would be the output.
I am getting the error. " java.lang.IllegalStateException: Reader already obtained"
The correct answer in the WhizLab dump is
Value obtained manually = value1=500&value2=600&AddButton=Submit+Query Value obtained again manually = null Value obtained again = null Value obtained again = null.
Can anyone of you help me to understand, what is this error "Reader already obtained" explains?