how can i get if the form field value is disbled by using a jsp
<input type=text name="uid" value="aravelli " disabled/>
if i use a jsp
like
String userid = request.getPara meter("uid");
is giving a null value only
what is solution to get the exact value for this
plz help me.
<input type=text name="uid" value="aravelli " disabled/>
if i use a jsp
like
String userid = request.getPara meter("uid");
is giving a null value only
what is solution to get the exact value for this
plz help me.
Comment