Strange View behavior

2011-11-06 Thread CrotchFrog
Just a little bit ago I ran into a situation where my View is displaying nothing, as in a blank page. The result is the same with 2.0 RC3 2.1 which would lead me to believe it's a coding issue, but there are no errors to be found as far as I can see. I tested the method in the controller

Re: Strange View behavior

2011-11-06 Thread CrotchFrog
Quick update. The issue is resolved. I restructured the method in the controller and walked through it again. Again, it executes to completion. The elseif() in the method is keeping the view from rendering even though the statement itself is not failing. Perhaps a coding issue I'm just not