It works!
Thanks a lot, Koen.
Koen Deforche wrote:
Hey,
2009/1/19 <[email protected]>:
Hi, all.
I tried to evaluate subj, but it's not working (Wt 2.2.2).
Oops. Fixed in latest CVS. If you wish to back-port the fix, this is the patch:
diff --git a/src/web/WebRenderer.C b/src/web/WebRenderer.C
index 1d8dee8..66a08ee 100644
--- a/src/web/WebRenderer.C
+++ b/src/web/WebRenderer.C
@@ -589,6 +589,8 @@ void WebRenderer::serveWidgetSet(WebRequest& request)
script.setVar("WT_CLASS", WT_CLASS);
script.setVar("APP_CLASS", app->_javascript_Class());
script.setVar("AUTO_JAVASCRIPT", app->autoJavaScript_);
+ script.setVar("STRICTLY_SERIALIZED_EVENTS",
+ WebController::conf().serializedEvents());
script.setVar("INNER_HTML", xhtml);
script.setVar("FORM_OBJECTS", '[' + currentFormObjectsList_ + ']');
script.setVar("RELATIVE_URL", '"'
Regards,
koen
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest
|
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest