I have an Ajax TabContainer. I also have a simple javascript function that normally can update a textbox using 'document.getEl ementById'
This works as expected when the textbox is outside the TabPanel but when I move the exact same textbox inside a TabPanel the Javascript function does not seem to be able to reference it.
The error reported is 'document.getEl ementById[..] is null or is not an object'
Any ideas
This works as expected when the textbox is outside the TabPanel but when I move the exact same textbox inside a TabPanel the Javascript function does not seem to be able to reference it.
The error reported is 'document.getEl ementById[..] is null or is not an object'
Any ideas
Comment