Re: Bug? xwork entry success returns: 404 - result 'null' not found
Sohel Katchi <[email protected]> Tue, 19 Dec 2006 17:03:01 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <15545400.1166569604263.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
It does return "success" -- like I said in the post, if i just move the whole xwork entry to a different spot in the xml file and deploy again , it works. VERY strange.
I've attached the action class.
Here is the snippet:
public class ValuationPortfolioDefinitionAction extends ActionSupport {
...
public String doViewTradeSearch()
{
return SUCCESS;
}
...
}
xwork entry:
<action name="PortfolioViewTradesSearch" class="com.jpmorgan.gcrm.clive.profile.controller.ValuationPortfolioDefinitionAction"
method="doViewTradeSearch">
<result name="success" type="dispatcher">profile_management/portfolio_definition/trade_search_results.jsp</result>
<result name="error" type="dispatcher">shared/error.jsp</result>
</action>
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=54380&messageID=108972#108972
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
ValuationPortfolioDefinitionAction.java
(application/octet-stream, 1.7 KB) - not displayed