Hi,
I'm trying to implement autocomplete javascript for my WO application. I use AjaxProxy and everything looks fine. There is a problem when I try to refresh page using AjaxUpdateContainer. Few first refreshes work fine but then my page get crashed and I have parts of links directly on my page (eg. under input field there is .15.0.3.3.7.3) and javascript stops working.
My AjaxProxy is attached with every autocompleted input field:

AutocompleteProxy : PMAjaxProxy {
    proxyName = "autocomplete";
    proxy = autocompleteProxy;
    name = autocompleteProxy.name;
    AjaxBridge = ajaxBridge;
}

where every field has its own bridge.

Firebug console says that I have "unterminated string literal" in line: ASB.observeField(...)

Do anyone experienced similar problem? Any tips?

--
Damian Stasiak

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to