Display the items from an ArrayList in an optionsbox using struts html tags

Hi all,

I have an arraylist containing strings.I want to display this list(strings) in an option box (combo box) using the struts html tags..

Could anyone please help me out in finding a solution.

Thanks

Remya

Message was edited by:

Remya

Message was edited by:

Remya

[324 byte] By [Remyaa] at [2007-10-3 4:56:04]
# 1
Hi Remya,If you have the book "Struts in Action" with you, please sea page number 296.I think it has the solution to your problem.Sudeep
Sudeep_Menona at 2007-7-14 23:01:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi Sudeep,I think this s what you meant.<html:select property="hasImage"><html:options property="imageOptions" /></html:select>could you please tell me what s 'hasImage' and 'imageOptions'
Remyaa at 2007-7-14 23:01:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
When I did as said in the page 296, I'm getting the error,'Property arlist(Name of my property-ArrayList) returned a null value'Thanks,Remya
Remyaa at 2007-7-14 23:01:16 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...