%@ taglib uri="webwork" prefix="webwork" %>
<%-- if they ask for the JSON version then give it to them --%>
<% response.setContentType("application/json"); %>
[
{
"text" : " - ",
"url" : "<%= request.getContextPath()%>/browse/"
},
]
<%-- In the spirit of progressive enhancement (what a crock! ;p), give them a landing page --%>