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,770
  • 29
  • 41

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
  • 6,115
  • 16
  • 50
  • 57