Hi,
im getting an error saying "An Error occured while applying the new output. Error Message: Null or not an object".
The JS Function im using is as follows
Code: JavaScript
function AfterExecute(callback, output, extradata)
{
var tbsIndex = eo_GetObject('tbsRegistrationWizard').getSelectedIndex();
alert(tbsIndex);
alert(output);
alert(extraData);
}
Any ideas? the only thing the server side code is doing is chaning the idx of the Tabstrip. And i only get this if i set the Callback ClientAfterExcute to call this Function.