Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to get value from a checkbox

886344Oct 12 2011 — edited Oct 13 2011
Hi

I have a table, the first colummn i have a booleancheckbox and in second column i have name.
The table is dynamic so that when i have more results the row number will increase so as the checkbox and name column too...
I set the second column value (i.e the name binding) to the value of the checkbox ... and set autosubmit to true and set the value changed listener...
what i want is to get the selected name of the selected checkbox.. how can i do that ???
the booleancheckbox is returning me boolean value .. setting name column value to it doesnt giving me string on value change event of the checkbox....


Example:-
suppose i have 5 rows in my table and i clicked 3 out of 5 checkbox then how can i get the other column value(example;- Name - its 2nd column in the table)
i.e the 3 name values from my name column ?? please help

i am using jdev 11.1.1.2 version .............


Thanks
Sudeep
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 10 2011
Added on Oct 12 2011
6 comments
1,769 views