cancel
Showing results for 
Search instead for 
Did you mean: 

How to Create Popup menu for my webdynpro app

Former Member
0 Kudos

Hi All,

I want to create a popup menu for my webdynpro application,for a right click popup menu should come,

I have tried it by

public void wdDoInit()

{

JPopupMenu menu = new JPopupMenu();

JMenuItem item = new JMenuItem("Item 1");

menu.add(item);

}

but i can't add any mouse listner to my root

container to view this popup.

Plz help me?

Sanjay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sanjay,

As of now, Pop-up menus are not supported in webdynpro. And there is no support for mouselisteners too! So no hope for this requirement

Best Regards,

Nibu.