Do any one has a sample code to do similar thing. thanks in advance for your help.
On Tue, Sep 16, 2008 at 12:59 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- 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] > >