Reputation: 29
I'm new in this field and now working with Zk framework. In my website I have a widget in the dashboard which should allows the user to see their favorite content, and a link to go directly to the Favorites folder.
The Favorites folder doesn't have a different URL than the dashboard so I can't write a URL after href.
<div id="dashboardWidgetContent" class="favourites-container">
<h:div class="favourites-link">
<h:a href="/favouriteQuery" class="textlink">${c:l('drive.dashboard.favourites.link')}</h:a>
</h:div>
I'm using the Cmis Workbench and it just shows me that the favorite path is: /favouriteQuery
any suggestion?
Upvotes: 0
Views: 104