views:

79

answers:

1

hi, i have a selection box in struts1 jsp file.In that box the key values i have to get from the properties file.Any idea please

Thanks Usman.sk

A: 

You can read a properties file using java.util.Properties and inject some request attributes from an Action or inject the properties in the ActionForm.

John Doe
i need to get only few properties . can we use any tas
usman