I have variable names coming from the textfile and trying to get the value from the servlet. For example, i have "custName" from the textfile and servlet page already have "custName" String variable and value. Is there way to make "custName" from the textfile to get value from the servlet?
Thank you.
Thank you.