Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 772531
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:49:01+00:00 2026-05-14T18:49:01+00:00

<action name=actionA class=com.company.Someaction> <result name=success type=redirect-action> <param name=actionName>OtherActionparam> <param name=paramA>${someParams}</param> <param name=paramB>${someParams}</param> <param name=aBoatLoadOfOtherParams>${aBoatLoadOfOtherParams}</param>

  • 0
<action name="actionA" class="com.company.Someaction">
 <result name="success" type="redirect-action">
  <param name="actionName">OtherActionparam>
  <param name="paramA">${someParams}</param>
  <param name="paramB">${someParams}</param>
  <param name="aBoatLoadOfOtherParams">${aBoatLoadOfOtherParams}</param>
 </result>
</action>

In the above action map, I am redirecting from SomeAction to OtherAction. I am having issues, because unfortunately I need to pass a large amount of data between the two actions. IE7 will only allow GET requests to be like 2k, so its blowing up when I’m just over that limit when the response calls a get request to the other action.

Is it possible for me to set this redirect, to end up with a POST being called to the other action?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T18:49:01+00:00Added an answer on May 14, 2026 at 6:49 pm

    As the docs states:

    The only way to pass data [after a redirection] is through
    the session or with web parameters (url?name=value) [i.e., query string for a GET request]

    Perhaps a case for action chaining? I’m not sure, and it’s not usually recommended, but it seems that you scenario is rather unusual, so it might pay to take a look.

    In this case, we are not really making a redirection, i.e., we are not going back to the client, but keeping everything inside the server. Supposedly, then, the full interceptor stack is executed again – and the posted data should impact on the new action, one would hope…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<form action = settings.php method = post> Student ID*: <input type = text name
How to force Url.Action() not trim the action name from the end of url
In route, how to use a dynamic action name, like {action} in 1.x. Is
I'm seeing a case where Action.where(:name => fred).first_or_create is generating incorrect SQL when run
using the default route routes.MapRoute( Admin, // Route name Admin/{action}, // URL with parameters
I have the following route: routes.MapRoute( Default, // Route name {controller}/{action}/{id}, // URL with
What is the problem below? routes.MapRoute( Default2, // Route name {controller}/{action}/{id}, // URL with
I implemented IDispatchMessageInspector and in method AfterReceiveRequest I can receive name of method (action)
I have a action on my controller (controller name is 'makemagic') called 'dosomething' that
I have an action that relies on User.Identity.Name to get the username of the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.