I can not get the value of the following input.
<input type="text" name="rua" class="form-control" id="rua"
placeholder="Rua/Av/Estrada" disabled required>
This field is populated through a webservice. What is a "VIACep" mail service.
Only during the registration of this input, I can not get the value that the service places on it.
I'm using getParameter.
String pEndereco = request.getParameter("rua");
The code passes this line and returns null.