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!

Set Focus on CreateINsert row in ADF Table

Umer FarooqJan 16 2017 — edited Aug 3 2017

Dear All.

I am using Jdeveloper 12c 12.2.1.2

I want to set focus on newly created row in adf table. I have followed following article.

Andrejus Baranovskis Blog: Improving ADF UI Table CRUD Functionality with Auto Focus

After migrating to 12.2.1.2 this code is still working and the focus is placed in the correct field. but after filling in the EmployeeId and hitting the TAB-key, the input focus is lost, and not placed into the next input field. Any suggestions.

Regards,

Umer Farooq

Comments

Gianni Ceresa

Because it is in a dashboard prompt, what behavior do you expect?
Your prompt could have various visual appearances but in the end only 2 possible values: why to write a query that will perform an operation to only return a long list of only 2 possible values?
Not even going into the logic of the query, what you are trying to do is a huge waste of resources for something that will probably not work as you expect because you have a different need than what you are trying to do.
With only 2 possible values, your prompt should not be "SQL Result" sourced but defined using "Custom Values" where you enter 'Sold' and 'Not sold' .

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 31 2017
Added on Jan 16 2017
24 comments
6,297 views