Hi, Short answer: This is a question best posted to the struts-user list, not the dev list.
Long answer: Without any code to look on, especially the JSP code creating the URLs, there's no way to tell how you end up. Though it's quite likely, you either didn't add the namespace attribute to the <s:url /> tag, or you missed the leading dash to the namespace there, so the namespace set in the url-tag is appended to the current namespace, being interpreted relative. Cheers, -Ralf On Thu, Jun 12, 2008 at 9:57 AM, kukudas <[EMAIL PROTECTED]> wrote: > > i know it's probably a dumb question but i somehow can't manage it im new and > hope someone can help me. > i'm using a namespace for example "/conf" so when i go into a certtain area > all actions are running under this namespace. But when i want go back to my > index and then reenter the certain area or another area i get a error > because the old namespace is still in the url. how can i set the namespace > back so when i go back its not anymore in the url. > its kinda hard to describe i hope you will understand what i mean if not > don't hestitate to ask. thanks for your help. > > kukudas > -- > View this message in context: > http://www.nabble.com/Struts-2-namespace-question-tp17794483p17794483.html > Sent from the Struts - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]