...
[13:25:18 CDT(-0500)] <EricDalquist> ok
[13:28:33 CDT(-0500)] <jwennmacher> BTW sanity check ... The portlet CSS best practices (CSS loading at https://wiki.jasig.org/display/PLT/CSS+Best+Practices) lists loading a CSS using
[13:28:33 CDT(-0500)] <jwennmacher> <link rel="stylesheet" href="/MyPortletWebapp/css/my_portlet.css" type="text/css" / >
[13:28:33 CDT(-0500)] <jwennmacher> Seems to me it would be better for the href to be
[13:28:33 CDT(-0500)] Wiki Markup <jwennmacher> href="${pageContext.request.contextPath}/css/my_portlet.css"
[13:28:33 CDT(-0500)] <jwennmacher> Thoughts?
[13:28:49 CDT(-0500)] <EricDalquist> correct
[13:29:01 CDT(-0500)] <EricDalquist> the first will be annoying if you deploy to a different webapp name
[13:29:15 CDT(-0500)] <drewwills> jwennmacher there's also a JSTL tag for that...
[13:29:20 CDT(-0500)] <drewwills> <c:url>
[13:30:09 CDT(-0500)] <jwennmacher> Good point. Thanks. I'll update the page.
[13:30:20 CDT(-0500)] <drewwills> yeah thanks for updating those pages