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!

JDeveloper 12c clear cache when last record is removed.

WojkalJul 15 2014 — edited Jul 25 2014

Hello,

I have a problem with my jsff - I want to set my button for edit, that if no rows will be available, it will be disabled. I used estimatedRowCount eq 0 for it and indeed button is disabled. However, when I create a row then I will delete it, button though does not work, it's still enabled. As I know, the reason of this behavior is cache, which holds my button activated. Only after I use navigation link or I quit from my jsff and enter again, button still gettin' back. Anyone can help with solve of this problem?

Regards,

WK

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2014
Added on Jul 15 2014
8 comments
1,496 views