I have some old jsp code that uses the struts tags inside attributes, like this:
<link href="<s:url value='/styles/layout.css'/>"
rel="stylesheet" type="text/css" media="all"/>
I can't get this to work in jspx files though. Is there a good alternative to sort of get the same functionality without too much clutter?