I just commited a fix from this (in StringHelper.java):
observer = (AjaxFieldObserver)eval.read(comp.getPage(), value);
to this:
IComponent container = comp.getContainer();
if (container == null) {
container = comp.getPage();
}
observer = (AjaxFieldObserver)eval.read(container, value);
Seems like AjaxFieldObserver was trying always to bind to the top page.
If the observer is in a component, well, it wouldn't find it.
Jesse: any other places you think this is a problem ?
--
Ing. Leonardo Quijano Vincenzi
DTQ Software
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel