Hello this bug is in reference to my last topic http://codeigniter.com/forums/viewthread/46687/, but i have had 26 views and no responses. I am surprised because i think this is a pretty serious bug, but perhaps i may have confusing the way i worded things, so i will try again.
I have setup validation just as the user guide says. I have been working with CI for awhile now, so I am sure my code is right for both the controller and view for my validation example. When I load the validation library manually using $this->load->library() in my controller, everything works fine, just as the user guide says.
When i remove the $this->load->library() from my controller and instead autoload the validation class, all my of validation breaks. I get the following notice each time i try to echo out a validation field into an input value parameter:
Severity: Notice
Message: Undefined property: username
I would like to upgrade a fairly large application of mine to CI 1.5, but this is preventing me from doing so because there are a lot of sections using validation. If you could please fix it would be much appreciated. thanks.
