Having problems with this setup what im trying to do is like so.
Steps
- Fill out all elements of a 
Ajax.BeginForm(). - Click submit
 - The Ajax form then renders a partial view.
 - The partial view has a list of tabs that handle different tasks.
 - All tabs essentially have their own partial view.
 - When each partial view is loaded they perform the necessary queries for that specific tab.
 - Render the necessary data.
(This is supposed to be done all in AJAX.) 
I have no problems adding the jquery tabs and setting different actions to them and they work with their default ajax calls but as soon as I add Ajax.BeginForm() to the page they don't work with their default ajax calls.