I am trying to have a single package that can be used in different namespaces. so if it was http://localhost:8080/project/secure/Action.action or http://localhost:8080/project/Action.action when the form is submitted to an action it stays in the correct namespace and also want to switch themes based on the namespace. I believe with two packages I could manage the namespaces separet but still couldn't switch on them in the jsp, would prefer not to have 2 separete namespaces. - Phillip