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