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