cancel
Showing results for 
Search instead for 
Did you mean: 

Re-entered Navigation

Former Member
0 Kudos

Hi Experts,

Can anybody tell me what is Re-entered Navigation in

Webdynpro for Java .

Thanks a lot .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Re-entrant navigation Links

When an outbound plug is fired, it means the current view controller is no more required, and we wish its space within the view container to be occupied by a different view controller.

However, a re-entrant navigation link is one where the outbound plug is joined to the inbound plug of a child view within the scope of the same view controller. In other words, the outbound navigation link re-enters the view controller you thought it was leaving.

Whenever such an outbound plug is fired, the current view controller instance is always retained in the view assembly, but a child view instance contained within a ViewContainerUIElement is replaced.

regards,

pinki

Answers (0)