we have and ActionForm with Collection field (4xmpl list of smthing).... how should i use tag html:options to fill parent tag html:select with values of list (from our Collection) In uptodate we use this scheme: in jsp file we have <html:from > -> related with ActionForm in struts-config.xml <bean:define id="locallist" porperty "formlist"> <html:select .....> <html:options collection="locallist" ...........> .............
but how can u do the same thin' w/o bean:define ? Thnx!