java - How do I add a anchor to a HREF in JSTL? -


i wondering how go adding anchor href in jstl. i've tried googling , no further forward really, tried adding param no avail. current code this;

<a href="${myurl}#address">my url</a> 

but code fails validate , server error 500's. explain me how anchor href please?

i figured out, if there better way of doing it, please let me know ;)

i have code in place, dynamic bit inside of mustache template;

<c:url value="/myurl#" var="myurl"/> <a href="${smyurl}{{address}}">my url</a>