在Action中
request.setAttribute("test", "<a href='...'>Test</a>");
在页面中使用<bean:write name="test"/>结果却是<a href='...'>Test</a>
请问有什么办法可以让它变成一个链接?