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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

how to delete values from af:selectManyShuttle component?

900578Jul 31 2012 — edited Aug 1 2012
I want to select values from left panel of selectManyShuttle component and on click of delete button i want to remove those values from the list.
Any idea on how to acheive this?
jdev Version 11.1.1.3.0

Thanks
RJ

Comments

Gurjas
You should create a bitmap or btree index on the action_id of the history table depending on the cardinality of the column.
Which will fasten the checking of action usage in the history table.

As per my understanding the isused idea is not good.

Why don't you go for the foreign key in the table? If you have already implement the foreign key in the table then this problem should not be there.. now you have to check the existense manually in the table. If possible you can also implement the foreign key now.
668031
Thanks,
after all they did create a index. The problem of having a foreign key without having a index by that key is that it takes very long to check if it is used.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 29 2012
Added on Jul 31 2012
4 comments
257 views