JEEVANATHAM P. /BPCRP/INFOTECH/VASHI wrote:
Hi all,

For data grid I am using display Tag.

I have added radio button as a first column of my table.

My problem is
how can I get data when the radio is checked (one row only in which row
radio is checked)?

Make sure each radio button has a different value (e.g. row ID), then bind them all to the same form bean property. Then in your action, if you have, for example, property="rowId", you can get the selected row with form.getRowId().

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to