I'm pretty sure this can be done, but am finding little documentation on how to do it correctly.

I have several Web Content pieces that I've associated with tags. I'd like to add an Asset Publisher portlet to a page that displays the correct Web Content based on if a tag exists in the URL. So if the url is: domain.com/public/site?tag=fish then it serves up the Web Content tagged "fish"using the Asset Publisher filter.

What is the correct syntax for the URL? I've seen in forums:

/public/site/tags/fish/ and I've seen it as a parameter ?tag=fish but neither of these seem to work. I'm using Liferay 6.

link|improve this question
feedback

1 Answer

See the TagNavigation or TagCloud portlet and how they construct their URLs - AFAIK they use public render parameters.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.