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

Hello with radio buton help

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am having code like following which is a pulldown.
I want to convert it to radio html:radio
Can you guys plaese help me out?
coz of post problem I remove graeter than and less than tag..pls pardon me


html:select name="omotaruGyousyuAreaBean" property="main_gyoshu" value="" indexed="true"
html ptions collection="UB101_SHUTARU_GYOSHU" property="value" labelProperty="label"
html:select
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Michael!

Yeah, a new member....

You could iterate over your collection "UB101_SHUTARU_GYOSHU" and create for each item a radio button.
Like this code:


For the code above, you need JSTL and EL.

If you like, you could youse logic:iterate instead of c:forEach.

If you like to disable the smilies in a post, use the checkbox "Disable smilies in this post" at the end of the post-formular.

Stefan
[ April 07, 2005: Message edited by: Stefan Willi ]
 
I like tacos! And this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic