开发者

ADF Faces escape button doesn't trigger SelectionEvent for a SelectionListener af:table

开发者 https://www.devze.com 2023-04-06 14:12 出处:网络
Why doesn\'t escape button notifies me that the selection changed ? (to unselected) I have some validation on SelectionListener and pressing escape is jumping over my validation. This is definitely no

Why doesn't escape button notifies me that the selection changed ? (to unselected)

I have some validation on SelectionListener and pressing escape is jumping over my validation.

This is definitely not a nor开发者_Python百科mal behavior. I could do some JS when pressing escape from the table to press a hidden button to catch that event.

Am I missing something ?

A weird behavior is that for some other table the selectionEvent does get triggered at Escape Key !! ?


my bad. it works, my business seemed that the listener wasn't called.

0

精彩评论

暂无评论...
验证码 换一张
取 消