ccm-search.js
Permalink<form method="get" id="ccm-searchType-advanced-search" action="<?=$uh->getToolsURL('blah', 'pkg');?>">
All of this works fine and well - EXCEPT when I try to call this exact same scenario one more layer deep. It returns the tool url directly - blowing up the page. It does not simply put the resp into the appropriately named div (such that it does when called from a packageElement that has been loaded from the original search page.
Again, I am asking: How can I stop the ajaxForm(resp) from returning as a direct url instead of embedding iteslf in a div - which is standard behavior for the ccm-search.js functionality?
I am an idiot. <--