I am attempting to use x:commandSortHeader but when I click on the header I get _javascript_ error. In looking at code I see.clear__5Fid0() which doesn't exist in my html and _id0:_link_hidden_ also which doesn't exist. I expect that these are autogenerated but they don't show up. What could the reason be?
I see no documentation to explain this. In the example app I see a bunch of code but I don't understand where it is coming from.
<form id="linkDummyForm" name="linkDummyForm" style="display:inline" method="post" action="" type="hidden" name="autoScroll"/><input type="hidden" name="linkDummyForm:_link_hidden_"/><input type="hidden" name="jscook_action"/><script type="text/_javascript_">
<!--
function clear_linkDummyForm() {
var f = document.forms['linkDummyForm'];
f.elements['linkDummyForm:_link_hidden_'].value=null;
f.elements['jscook_action'].value=null;
f.target='';
}
clear_linkDummyForm();
//-->
</script></form>
<script language="_javascript_">
<!--
function getScrolling() {
x = 0; y = 0;
if (document.body && document.body.scrollLeft && !isNaN(document.body.scrollLeft)) {
x = document.body.scrollLeft;
} else if (window.pageXOffset && !isNaN(window.pageXOffset)) {
x = window.pageXOffset;
}
if (document.body && document.body.scrollTop && !isNaN(document.body.scrollTop)) {
y = document.body.scrollTop;
} else if (window.pageYOffset && !isNaN(window.pageYOffset)) {
y = window.pageYOffset;
}
return x + "," + y;
}
//-->
</script>
This message is a PRIVATE communication. If you are not the intended recipient, please do not read, copy, or use it, and do not disclose it to others. Please notify the sender of the delivery error by replying to this message, and then delete it from your system. Thank you.

