[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Not called: onRowPopupMenuItem (BaseActionEventPopupMenuItem event) (Swing)  XML
Forum Index -> Development
Author Message
unger

Power User

Joined: 22/07/2008 05:19:28
Messages: 261
Offline

Hi,

there are situations where
onRowPopupMenuItem (BaseActionEventPopupMenuItem event)
is not called even though it is listed in the log.
All other overrides (onRowSelect etc.) are called.
What can be the cause?

Regards,
Joachim

Code:
 2019:08:13 12:04:26:553 | 338    | INFO     | JSF PHASE starting: INVOKE_APPLICATION 5 (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | JSF PHASE starting (end): INVOKE_APPLICATION 5 (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | executing ActionEvent (org.eclnt.jsfserver.elements.events.BaseActionEventSelect) in phase INVOKE_APPLICATION 5 (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | executing ActionEvent (org.eclnt.jsfserver.elements.events.BaseActionEventPopupMenuItem) in phase INVOKE_APPLICATION 5 (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | Invoking method: #{d.d_1.ProdProduktUebersichtMBean.gridKomponente.onGridAction} (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | Adding phase runnable (afterRender) (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | Grid action in grid: d.d_1.ProdProduktUebersichtMBean.gridKomponente (Cleaned)
 2019:08:13 12:04:26:553 | 338    | INFO     | JSF PHASE ended: INVOKE_APPLICATION 5 (Cleaned)
 
unger

Power User

Joined: 22/07/2008 05:19:28
Messages: 261
Offline

Problem solved!

I had to use attribute rowpopupmenu instead of popupmenu.

;-)
Joachim
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

OK! ;-) - Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team