Hi, I set an attribute in the request in the action code, and I want to
use it in the struts.xml (see below). How can I reference it at the
place marked by ***?


        <action name="actionname" class="classname">
            <result type="redirect">
                                <param name="location">***</param>
                                <param name="parse">true</param>
            </result>
        </action>


I tried #request.attname, it did not work.

Thanks!

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

Reply via email to