Hi, i' want to display dynamic a given value! Here the code: <html:select name="produktForm" property="product.name" /> <html ptions name="frameForm" property="list" /> </html:select> but how i works, when i want to display a value from the list. In HTML you can select a value! cu dietmar
Hey just a guess but <html:select name="produktForm" property="product.name" /> <html options name="frameForm" property="list">PUT VALUE HERE</html ptions> </html:select> Also is it options or option. ?
Originally posted by geek_azoid: Hey just a guess but <html:select name="produktForm" property="product.name" /> <html options name="frameForm" property="list">PUT VALUE HERE</html ptions> </html:select> Also is it options or option. ?
Hi, thanks, i' will checkitout! It is options, it's a ArrayList of values! Dietmar