• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

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 ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic