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