I have a page that submits a form via POST and uses the ExecuteAndWait
interceptor.  On the "wait" jsp I have:

    <meta http-equiv="refresh" content="5;url=<s:url
includeParams="all"/>"/>

However, the includeParams "all" is including all the POST form variables
(which there are many), and as a result, I am getting a "URI too long"
exception.  Is there an easy fix for this?  Can't believe I've never run
into this issue before.

Many thanks.

Reply via email to