3 Replies Latest reply on Dec 12, 2007 3:55 PM by gsegura

    pattern to form urls for resources requested

    gsegura

      Hello,
      I've read using absolute paths for reaching views is the recommended way, however given that webapp context path is variable some folks have resorted to this technique to resolve contextpath:
      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=120560

      But what about URLs to resources defined inside .css files? EL expressions won't be evaluated there, right?. Should I stick to static references to ContextPath?