0

My properties file is at location. /WebContant/WEB-INF/myproperties.properties

label1.textbox.name=VEHICAL_NO
label2.textbox.name=OTS_NO
label3.textbox.name=Km

I have to use this file in my (jsp) file

Purushotham
  • 3,652
  • 28
  • 40

1 Answers1

0

the above posted properties I have to read in my jsp file instead of using labels for the text boxes

<tr>
<td>I have to use my properties file here 

<input type="text" name="vehno" size="20"></td>

<td>**KM**<input type="text" name="km" size="20"></td></tr>
Kara
  • 5,996
  • 16
  • 49
  • 56