Welcome Guest, Not a member yet? Register   Sign In
[Solved] Form Validation Callback With Array "selected[]"
#3

That's standard web behavior. POST and other globals get wiped out on the next page request, which a redirect does. You can also put the validation errors in session flashdata, or a cookie, or something else before redirecting and checking for it in your view, or do what you did to solve it.
Reply


Messages In This Thread
RE: [Solved] Form Validation Callback With Array "selected[]" - by CroNiX - 04-06-2015, 07:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB