Access control will hide navigate links, but a navigate link is often part of some tag structure, e.g. a listelement.
In that case, a failing ac check will result in an empty list item.
To prevent this, an idea is to add the possibility of template elements inside the navigate, that are not part of the anchor.

Example:

navigate(profile()) { <li>url{"Profile"}</li>}

If the url tag is not allowed to be nested in a template, it would be easy to add.

feature idea by Sverre Rabbelier

Submitted by Danny Groenewegen on 16 March 2010 at 14:49

Log in to post comments