Thanks Andy... I think I have been pre-empted too lately over past 2 months and coding too much and changin contexts and became blurred/stuck.
It finally came to me last week, that setting an ognl object property is not possible and that the proper way to persist changes to a ognl object property from client side is to just 'change the dom value' which in turn should properly be tied to a tapestry binding. Eventually that change will find it's way back to the server. I am still a bit blurry about instrumenting portions of an originating request cycle whereby we are able to sneak round trip requests (sub request cycles via ajax and/or json) to completion in modifying object properties or processes before the originating request completes. This area could use a tech doc or clarification on. I understand the framework has been modeled to accomodate different KINDS of semantic in this regard. If you know if any good tech talk available that you could point out that would do a world of good. Thank You andyhot wrote: > > It's not possible to set a component property from javascript - you'll > need to > somehow submit that value to the server, e.t.c. > > nhhockeyplayer wrote: >> Folks, >> >> Can someone tell me how to set property on ognl object. >> >> I am using tapestry script... and trying to leverage dojo features. >> >> Everything runs except that all I am trtying to do is figure out how to >> get >> a single property set on an ognl object. >> >> <script> >> <input-symbol key="component" required="yes" /> >> >> <let key="id" unique="yes"> ${component.clientId} </let> >> >> <body> >> <unique> >> dojo.require("tapestry.widget.Widget"); >> dojo.require("dojo.widget.*"); >> dojo.require("dojo.html.*"); >> dojo.require("dojo.event.*"); >> <unique> >> >> function setTableSize(tableSize) { >> my ognl component parameter has a property names tableSize >> how do I set this property from here ? >> } >> >> </body> >> >> <initialization> >> setTableSize(10); >> </initialization> >> </script> >> > > -- > Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr > Tapestry / Tacos developer > Open Source / JEE Consulting > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Tacos-devel mailing list > Tacos-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tacos-devel > > ----- Best regards Ken in nashua -- View this message in context: http://www.nabble.com/how-to-set-property-on-ognl-object-tf4753802.html#a13708605 Sent from the tacos-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Tacos-devel mailing list Tacos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tacos-devel