In my jsp i have a variable
String str = "Get_Name";
What can i do to have my variable(str) directly accessed in the input type shown below? By this I want to see the form auto filled with the the variable I have instead of me filling it.
<input id="vendorName" name="vendorName" type="text" class="txtsmall2" />