Re: question about param redirect-action and chain
tm_jee <[email protected]> Sat, 16 Dec 2006 22:09:43 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <234384.1166328614071.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
whoopse, my bad, i think it should be
[code]
<result name="success" type="redirect"><[CDATA[listFood.do?foodID=${foodID}]]></result>
[/code]
or
[code]
<result name="success" type="redirect-action">
<param name="actionName">listFood</param>
<param name="foodId">${foodID}</param>
</result>
[/code]
like you did. Have you got it working? I believe there's an example in showcase. Can't seems to find where that's cause it to not work in your side. :-(
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=51376&messageID=108280#108280
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]