• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

html:select how to do?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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. ?
 
Dietmar Steger
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Dietmar Steger
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dietmar Steger:

Hi,
thanks, i' will checkitout! It is options, it's a ArrayList of values!
Dietmar


Hi,
no chance !
Dietmar
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic