Do you know withInput() and Validation errors? |
The undocumented redirect()->withInput() and Validation errors behavior was treated as a bug.
It won't work, so do not use it. Since v4.3, you can use Form helper validation_list_errors() (and validation_errors(), validation_show_error()). See https://github.com/kenjis/ci4-validation...rm2.php#L7 |
Messages In This Thread |
Do you know withInput() and Validation errors? - by kenjis - 08-16-2022, 10:18 PM
RE: Do you know withInput() and Validation errors? - by luckmoshy - 08-16-2022, 11:57 PM
RE: Do you know withInput() and Validation errors? - by InsiteFX - 08-17-2022, 12:36 AM
RE: Do you know withInput() and Validation errors? - by kenjis - 08-17-2022, 05:21 PM
RE: Do you know withInput() and Validation errors? - by luckmoshy - 08-17-2022, 11:13 PM
RE: Do you know withInput() and Validation errors? - by kenjis - 08-31-2022, 01:21 AM
RE: Do you know withInput() and Validation errors? - by kenjis - 10-16-2022, 04:40 PM
RE: Do you know withInput() and Validation errors? - by InsiteFX - 10-17-2022, 01:00 AM
|