File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes JSP Radio /CheckBox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

JSP Radio /CheckBox

rose hegde
Ranch Hand

Joined: Oct 22, 2003
Posts: 40
Thru jsp form i am inserting into a database few fields which has a checkbox and radio button ..
Insertion is successful...but when i want to modify this page...i get the text field but not the values of radio button or checkbox which i had previously selected and stored...i.e all the radio buttons and the checkbox remains unchecked only even though i had checked them..pls help...
Malhar Barai
Author
Ranch Hand

Joined: Aug 17, 2001
Posts: 399
Hi...
This might help you...
The drp down is for title, that is stored in bean & the values is called from bean.

Note the "checked" in the tag.
hth
MB


Malhar Barai
SOA & Java Book
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56153
    
  13

rose, you have already asked this question here. Please do not post the same question more than once. Continue any discussion in the other topic please.
bear


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JSP Radio /CheckBox
 
Similar Threads
Display table row value in another form
how to set checked to checkbox and radio button
selectBooleanCheckbox - How do I know which checkbox am I selecting?
JSP and Radio Buttons
SCBCD Questions marking rules