aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes JSTL and RadioButton Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "JSTL and RadioButton" Watch "JSTL and RadioButton" New topic
Author

JSTL and RadioButton

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
I need some JSTL help on how to choose a radio button to be checked based on session value.

I have got check boxes to work but stumped on radiobutton group.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56209
    
  13

Why? Just put the checked attribute on the radio button to be "selected".


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
Thanks Bear, I got it working.
 
 
subject: JSTL and RadioButton
 
Similar Threads
JSP radio buttons Multi line text box
Comparing value of radio button against answer from the database
getting the formatted values of the session to the jsp page
problem h:selectOneRadio
form inputs in servlets