Issue with form validation |
(10-01-2018, 01:18 AM)unodepiera Wrote:(10-01-2018, 12:47 AM)happyape Wrote: Yes that makes sense to me. Thank you. If i wanted to add something into documentation so that it helps everyone - how do I do that?
(10-01-2018, 01:55 AM)happyape Wrote:(10-01-2018, 01:18 AM)unodepiera Wrote:(10-01-2018, 12:47 AM)happyape Wrote: Yes that makes sense to me. Thank you. It might be easiest to go HERE and create a New Issue. At this time I don't see any open issues on this topic.
(10-01-2018, 10:40 AM)InsiteFX Wrote: @Dave friend I did open an issue and James is taking care of it on GitHub. Huh. I don't see an open issue on this. I do find a closed issue - Issue #1214 which seems to be related. But I don't find anything in the current develop branch to show where/how it was addressed. I only bring this up so that this discussion gets the attention it deserves.
You can bring it up again, but James said he was going to take care of it.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Hello. Is the related "bug" solved? I am facing the same issue. In the meantime, I'll check the getMethod() of the Request class to ensure that posting occured.
Strange error on if($this->request->getMethod())
Solved it in version 4.0.4 as follow In controller Code: $request = $this->request->getMethod(); in my form Code: <?= $validation->listErrors('validation_site'); ?> And in the view for the errors Code: <?php if (count($errors)> 0): ?>
@Bart Goossens: Can you please elaborate on what you mean by "strange error"? As you are only showing a possible solution.
|
Welcome Guest, Not a member yet? Register Sign In |