getting JSF webapp context (facelets)

Is there something like the following...<c:url value="/someUrl/someFile.css"/>....in JSF in order to get the webapp context in HREFs?
[160 byte] By [jamesclintona] at [2007-11-27 9:40:37]
# 1
I want to avoid((HttpServletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest()).getContextPath();
jamesclintona at 2007-7-12 23:18:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Tomahawk provides the stylesheet component to handle this. For images, use the standard graphicImage component. Perhaps someone else can help out with links and javascript.
RaymondDeCampoa at 2007-7-12 23:18:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...