Skip to main content
Participant
February 17, 2012
Question

Navigation from destination a.b.c to a.b.d

  • February 17, 2012
  • 1 reply
  • 2342 views

I'm using states as my waypoints. Problem is really simple. Navigation structure is something like this:

a.b

a.c

a.d.a

a.d.b

a.d.c

a.e

a.f.a

a.f.b

a.f.c

a.g

Everything works fine if I'm navigation on 2nd level. From a.b to a.c, a.g to a.e works great but when destination goes deeper, 3rd level or more there is always problem with navigating to final view states (landmarks). I can navigate do a.d view but can't view a.d.b state.

When I'm trying to navigate to a.d.b it always navigates to a.d.a. From a.d.a it's impossible to navigate to a.d.b. Dispatching evend does nothing. I tried everything and now I'm debugging library code to find out what's wrong but I'm feeling like just wasting time because I can't find solution here.

Any one can help?

This topic has been closed for replies.

1 reply

Hubert_CzAuthor
Participant
February 17, 2012

I found a solution. Since I'm using Parsley Navigation, views are considered as waypoints only if they are managed by framework because NL uses Parsley mechanics to read metadata tags. After adding <parsley:Configure/> tag to all waypoint views all started to navigate correctly. Hope this helps someone because there is no info about this anywhere and codes doesn't have asdocs at all.