Welcome Guest, Not a member yet? Register   Sign In
Repopulating Form being displayed through Jquery UI tabs interface
#32

[eluser]Basketcasesoftware[/eluser]
How about passing it on to a different controller and see if that works. I know that isn't the final objective but it's a way to exclude an issue. If it works just create a controller like (I'm trying to adjust for 1.7):
Code:
class Redirector extends Controller
{
function Redirector()
{
  parent::Controller();
}

function index()
{
  $this->load->helper('url'); // I think this is the right load for the redirect helper.
  redirect('home');
}
}

Just a shot in the dark right now.


Messages In This Thread
Repopulating Form being displayed through Jquery UI tabs interface - by El Forum - 02-19-2011, 10:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB