Gunnar Hillert wrote:
Thanks for your helpful post!

You bet.

Interestingly, this also works with redirect
actions. Since I have not seen any examples anywhere out there, I thought I
also post an example for them:

            <result name="success" type="redirectAction">
                mySuccess?fooId=${fooId}${bartId ? "&amp;barId=" + barId :
""}
            </result>

Right. As Dave noted, all of the result types (that I now about, anyway) support OGNL parsing of the parameters.

- Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to