Skip to Content
0
Former Member
Aug 01, 2005 at 10:15 PM

In a TableView, for user defined cell type RadioGroup, retrieving the value

36 Views

Hello Friends:

I am working on a JSPDynPage which displays a grid of

information, using TableView tag of HTMLB for Java.

One of the columns has user defined type, RadioGroup

with 3 radio buttons in it. For this cell rendering I

implemented custom cell renderer class.

In this custom cell renderer class, I have row,column,

values and TableView object. From these how I can

read/retrieve the value selected from the group of

radio buttons ?

I am looking for the reference of the 'component' object

rendered in one of the cell of the tableviewmodel.

Thank you very much for you help,

Prasad Nutalapati