I'm worried people are assuming that a component container is the page.
This is not always the case.
So, in StringUtils:
//Resolve observer
IComponent container = comp.getContainer();
if (container == null) {
container = comp.getPage();
}
observer = (AjaxEventSubmit) eval.read(container, value);
And not:
//Resolve observer
IComponent container = comp.getPage();
observer = (AjaxEventSubmit) eval.read(container, value);
Just in case ;).
--
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