Josh Johnson
Josh Johnson

Reputation: 11097

Equivalent of <c:url/> for Velocity

Is there an equivalent of the <c:url/> tag (of jsp core taglib fame) for Apache Velocity? I'd like to create urls when I don't always know the path/context root (a la <c:url value="/mypage"/>).

Thanks

Upvotes: 2

Views: 636

Answers (1)

serg
serg

Reputation: 111265

Take a look at LinkTool.

Upvotes: 1

Related Questions