I've created a custom server control that subclasses Coolite.Ext.Web.TreePanel. My intent is to use AjaxMethods to populate AsyncTreeNodes, but it looks like ClientProxy's for the AjaxMethods aren't being created. I considered using Coolite.AjaxMethod.request(), but there doesn't appear to be a URL that I can pass since the controls are compiled into an assembly.

Any ideas? Is there any workaround that allows AjaxMethods to be defined with a server control?

Please let me know if posting source code would make my question any clearer.

Thank you.

Jon