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 work with autoSuggestBehavior by using mouse click to copy and paste

Tuan HoangDec 17 2019 — edited Dec 29 2019

Hi, I am implementing a feature which is using autoSuggestBehavior.

It works fine when the user

  • input by using keyboard
  • input by using Ctrl C, Ctrl V

But it doesn't work when the user use the mouse the copy and paste. Can someone help me on this please?

What I have done so far

  • I tried to create <af:clientListener> to trigger <af:serverListener>
  • In valueChangeListener, I call to bean, I put log there, and tested. After I use right mouse and Paste, it doesn't call that bean
  • And some other tries.

Jdev version that I am using: Studio Edition Version 12.1.3.0.0
Comments
Post Details
Added on Dec 17 2019
2 comments
120 views