jQuery in Action, 2nd edition
The moose likes Servlets and the fly likes Strange problem ?? 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 » Java » Servlets
Reply Bookmark "Strange problem ??" Watch "Strange problem ??" New topic
Author

Strange problem ??

Chak Terlapu
Ranch Hand

Joined: Oct 20, 2000
Posts: 32
Hi,
I am getting a strange problem. I have a servlet which displays a table. It is diplaying the table correctly but when I try to add radio buttons to the beginning of the each table row as shown in the code below, it does not display any radio buttons. I cant understand where the error lies. Can anyone help me out please.


Thanks
Chak
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
I think you have to have a FORM before radio buttons mean anything. I suggest you make a mockup in straight HTML and fiddle with that until you get it looking like you want, then have the servlet duplicate that code.
Bill
------------------
author of:


Java Resources at www.wbrogden.com
 
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: Strange problem ??
 
Similar Threads
Displaying a ResultSet Problem
Displaying eCards
req.getParameterValues returning null
Problem writing from tag
doubt in servlet