--- On Tue, 9/16/08, sam thothi wrote: > Do any one has a sample code to do similar thing.
public class TheAction extends ActionSupport { private String[] options; public String[] getOptions() { return options; } public String execute() { String[] options = StringUtils.split(getText("options"), ","); return SUCCESS; } } I'm a little confused why sample code would be needed for this; perhaps I did not understand your initial question correctly. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]