cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic View Navigation

MauricioMiao
Contributor
0 Kudos

Hi all,

I need to develop a Wizard App. To do that I created a window and inside this window I inserted a view set with 2 columns, in the top column I inserted a view with a PhaseIndicator UI element, and in the bottom cel I inserted 4 views, one for each step.

If the user selec a Phase in the phase indicator component, my app should navigate to the corresponding view. So in that case, suppose a user is in step 4 and clicks under Phase1 into the PhaseIndicator, my app should navigate from step 4 to step 1.

But as far as I understood and reading some threads into this forum I suppose there is no way to develop dynamic view navigation in Web Dynpro.

I mean, in that case I have to code all the possibles navigations paths, creating inbound and outbound plugs and navigation links to allow navigation from 1 to 2 to 3 to 4 and from 2 to 1 to 3 to 4, and from 3 to 2 to 1 to 4, and so on...

Am I right?

Regards,

Mauricio

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes you require the navigation plugs to navigate the views in your application

Answers (0)