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>
-- 
View this message in context: 
http://www.nabble.com/how-to-set-property-on-ognl-object-tf4753802.html#a13593849
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

Reply via email to