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
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
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.