Add a factory to your components.xml file:
<factory name="contextPath" auto-create="true"
value="#{facesContext.externalContext.request.contextPath}"/>
Reference it as such:
| #{contextPath}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127138#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...