--- On Tue, 9/16/08, sam thothi wrote:
> Can any one please let me know how to read a drop down
> through properties file I have two drop downs. I need to
> read the drop down values through the properties file .

There are a few options; the easiest is probably to get the property in your 
action, use StringUtils.split() to break it up into an array (list?), and 
expose the resulting list as an action property.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to