I want to get the value of disabled text box in our next jsp but I am getting a NULL value. Any idea what might be going wrong?.
You can't get disable property value into server side. You need to run javascript to fetch disabled value into servlet.