Closed agocorona closed 10 years ago
reopened
absLink is again different from wlink to permit more flexibility. To permit backtracking in menus instead of recursive calls to pages back, use absLink's instead of wlinks. Now absLinks are well generated in every circunstance tested
Closed.
Now absLink= wlink. and wlinks are absolute. That means that every page has a uniqu URL no matter if it is called in the flow from different pages in different branches. The page is not called and the path is not added to the calling page, but the flow backtrack to the unique path of the page being called. That simplifies link management and frees memory.