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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033098#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...