You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Phillip Grenier <pg...@ststravel.com> on 2007/08/29 15:17:30 UTC

Get the namespace in a jsp

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