These tags can be used with simple links or using resource bundles:
<%-- use a simple URL --%> <l:css href="/css/screen/basemod.css" /> <%-- include only for IE --%> <l:css resource="iehacks" ieLessThan="any"/> <%-- include only for IE < 7 --%> <l:script src="/js/IE7.js" ieLessThan="7"/> <%-- append load=builder,effects to the URL --%> <l:script src="/js/scriptaculous.js"> <l:param name="load" value="builder,effects"/> </l:script> <%-- download a concatenated list of resources specified in spring.xml --%> <l:css resource="css"/>