Vita Rara: A Life Uncommon

Re: Redirect loses request parameters

Well, I would say that your design is fundamentally flawed. A redirect will use an HTTP GET. You shouldn't be changing data in the system using a GET. I would suggest that you do your model work in /mysite/account/create.action. I would "sign them in" in create.action, the redirect to a welcome page.

Mark

Reply

Please solve the math problem above and type in the result. e.g. for 1+1, type 2
  • Allowed HTML tags: <a> <img> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre> <h1> <h2> <h3>
  • Lines and paragraphs break automatically.
More information about formatting options