AjaxProxy and AjaxUpdateContainer co-operation fails
AjaxProxy and AjaxUpdateContainer co-operation fails
- Subject: AjaxProxy and AjaxUpdateContainer co-operation fails
- From: Damian Stasiak <email@hidden>
- Date: Wed, 18 Jul 2012 17:11:02 +0200
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden