Welcome Guest, Not a member yet? Register   Sign In
validation_errors() is breaking my view...
#1

[eluser]theapache[/eluser]
Hey guys.

Ok, got a login form working great with the form validation library.

So I set up a function to allow users to create a folder in my app (it's a file host app) and I use the form validation library once again.

This is where the problem starts. The moment I put the validation_errors() call in my view, the view breaks and displays no output on render. Not only that, but the same thing happens to my login view which has the validation_errors() call. Displays nothing but fresh white space. It's like the function call in one view is breaking the function call in another view... So weird!

The moment I remove the validation_errors() call from either view, both render fine.

Has anyone run across this happening in their app?

Just for a little background info, both forms have their own controller and the form validation library is loaded and run in separately in each respective controller.

Thanks for any help!


Messages In This Thread
validation_errors() is breaking my view... - by El Forum - 04-05-2010, 05:20 PM
validation_errors() is breaking my view... - by El Forum - 04-05-2010, 06:12 PM
validation_errors() is breaking my view... - by El Forum - 04-05-2010, 07:03 PM
validation_errors() is breaking my view... - by El Forum - 04-05-2010, 09:07 PM
validation_errors() is breaking my view... - by El Forum - 04-06-2010, 07:51 AM
validation_errors() is breaking my view... - by El Forum - 04-06-2010, 08:52 AM
validation_errors() is breaking my view... - by El Forum - 04-06-2010, 09:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB