I found the bug. You had your <include> statement for the MarketSearch window outside the page parameters at the end. I.E.
OLD:
</Page>
<include>eq2ui_inventory_marketsearch.xml</include>
FIXED:
<include>eq2ui_inventory_marketsearch.xml</include>
</page>
|