Re: Namespaces

Ruben Inoto <[email protected]>
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <25419159.1148887995830.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
Hi Karl,
could it be that you are setting the namespace again in a redirection result in your [b]member[/b] package?

If you have sth like:

[code]
    <package name="member" namespace="/member" extends="default">
        <action name="login" class="xxx.LoginAction">
            <result name="success" type="redirect">/member/login.action</result>
        </action>
    </package>
[/code]

try replacing it with:

[code]
    <package name="member" namespace="/member" extends="default">
        <action name="login" class="xxx.LoginAction">
            <result name="success" type="redirect">login.action</result>
        </action>
    </package>
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=32441&messageID=63251#63251

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.