i am using the testsuite code demorepobased menus code
ftl :
<hst:link var=“link” link=“${item.hstLink}” />
${item.name}
also tried this
<@hst.link var=“link” hippobean=folder fullyQualified=true />
${folder.displayName}
hippobean=“{folder}” as well
java:
this.hstLink = request.getRequestContext().getHstLinkCreator().create(repoItem, request.getRequestContext());
i have a folder about-us/management-structure
in about us menu i list folders under about us
the list is perfect but the above hstlink doesnt point to about-us/management-structure and always points to about-us
for hstlink to refect the folder url does we have to do any other cms/console changes in a folder or sitemapitem or relative content path.
Please let me know why hstlink is not working for the folder i created