Skip to content

Instantly share code, notes, and snippets.

@rotty3000
Created November 23, 2011 16:25
Show Gist options
  • Save rotty3000/1389124 to your computer and use it in GitHub Desktop.
Save rotty3000/1389124 to your computer and use it in GitHub Desktop.
custom portlet dynamic headers
request.setAttribute("MY_CUSTOM_HEADERS", ...);
<c:if test="<%= request.getAttribute("MY_CUSTOM_HEADERS") != null %>">
<!-- put your custom meta tags in here -->
</c:if>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment