8 Replies Latest reply on Apr 3, 2007 10:59 AM by damianharvey

    Use context as parameter

    damianharvey

      I have a requirement to present pages to Customers with the customer name in the Context Path rather than as a parameter

      eg. www.somedomain.com/someapp/customerA rather than www.somedomain.com/someapp?cust=A

      If I was using servlets I'd create one that took a URL pattern and strip the customer name out of the context path. What is the correct way to do this in Seam? Should I still use a Servlet or is there a better method?

      Thanks,

      Damian.