• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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
 
A wop bop a lu bob a womp bam boom. Tutti frutti ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic