cancel
Showing results for 
Search instead for 
Did you mean: 

Menus in WebDynpro

Former Member
0 Kudos

hi

Is it possible to create Menus in Webdynpro. We have a requirement where we would like to have menu kind of structure.

reuben

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

It is not possible to develop menu based applications in WebDynpro. You can maybe use a Tab kind of structure.

You can also use the Tray UI element. You can add a popup to the Tray and add links and simulate something like a menu.

regards

ravi

Former Member
0 Kudos

Hi

I tried that popup but it doesnt exactly solve our requirement. Isnt there any way.

reuben

Former Member
0 Kudos

hi

I guess there is no other way. But if you want to use menus you will have to try the conventional java way using Menu class, but thats going outside webdynpro :).

but if that is what the requirement is then i guess you will have to use java.

I dont know if something is possible using PDK.

regards

ravi

Former Member
0 Kudos

Hi

Where can i find information on java menus. Thanks for your help.

reuben

Former Member
0 Kudos

hi

You can see information in java sun site. But if you are in a webbased application then do you really require a Menu based navigation like conventional application programming.

Anyway if you require more information just let me know

regards

ravi

Former Member
0 Kudos

Hi Reuben,

If it is static menu, then you can generate it using dhtml and you can use that in the PDK.

Regards,

Santhosh.C

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As Armin mentioned menus are available in NW04. And it is very much in use.

One condition is tat it comes with the tray container.

You can add a pop up menu to the tray and add menuactionitem to it.

Actions can be specified for each menu item.This should be sufficient for all basic requirements

Regards

Bharathwaj

Former Member
0 Kudos

In NW 04, menu support is very limited, you have e.g. a simple menu on a Tray.

In later versions, menus will be available on a number of other UI elements, in tables, trees etc. Also nested menus will be supported including radio button and check box items.

Until then, you might consider building menu like structures from LinkToAction and LinkToURL elements.

Armin

Former Member
0 Kudos

Armin,

is there any date (or SP number) when there will be support for menus?

thanks,

Arno

Former Member
0 Kudos

NW04<b>s</b>.

Armin