Musachy Barroso wrote:
you can put the whole " view?resourceId=${resource.id}" in the params.

Just to clarify (as I ran into this converting a small app to Convention)... It doesn't seem possible to put the whole URL into the "location" parameter, instead I had to:

@Result(name="...",
        location="...",
        params={"resourceId", "${resource.id}"})

Does that jive with what you were saying?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to