Hi there
Im trying to fill the content argument of a meta tag inside a site, dynamically.
example:
This produces the error:HTML Code:<meta name="description" content="<spring:message code="${page.metaDescriptionKey}" />">
Surely this comes from using a spring tag inside the argument but how would you solve this? I want to keep the content language-dynamic.Code:The value of attribute "content" associated with an element type "null" must not contain the '<' character.
Thanks for any hints


Reply With Quote