HTTP Status 404 - result 'null' not found

Justen Stepka <[email protected]> Tue, 19 Dec 2006 23:35:11 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <27653037.1166593021914.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
When I post to an action, the action runs find if I hookup to a debugger I can see that "success" is returned, however Tomcat 5.5.20 is giving me the following:

[i]type Status report

message result 'null' not found

description The requested resource (result 'null' not found) is not available.[/i]

Everything appears to be fine, but for the life I me I can not tell why the action is not rendering the success view, here is the xwork.xml file:

        <action name="viewcustom" class="com.atlassian.crowd.console.action.directory.ViewCustom" method="default">
            <result name="success">/console/secure/directory/view_custom.jsp</result>
        </action>

Any insight into why the resulting view is ending up with this error would be helpful, many thanks.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=54437&messageID=109036#109036

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]