| Author |
Reading multiple keys from properties file
|
Nikes Shah
Ranch Hand
Joined: Jul 18, 2007
Posts: 132
|
|
Hi Ranchers, How to read multiple keys from properties file in JSP. For Ex: if I have two property keys and values like UPS_ARRAY_1 "Value1" UPS_ARRAY_2 "Value2" Is there any method to select multiple keys which sounds similar like "UPS_ARRAY" Thanks in Advance. ==================================================================== In the middle of difficulty ,lies the Opportunity. =====================================================================
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
This will stop once a key is not present.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Reading multiple keys from properties file
|
|
|