Hi, see http://tapestry.apache.org/tapestry4.1/components/form/hidden.html and the encode parameter - you want it to be false
On Tue, Aug 26, 2008 at 1:47 AM, Jim <[EMAIL PROTECTED]> wrote: > Hello, > > I have a complex JavaScript input-widget, and I want to tie its value into a > Tapestry form. I made a @Hidden component, gave it an ID, and used > JavaScript to set its value based on my widget. My tapestry listener kept > getting the string "true", regardless of the value being set to the @Hidden, > presumably because I was not prepending the value with "S". Is there a > clean way to cooperate with a Tapestry form, i.e. through an API? Was > looking for something in the dojo-based library Tapestry uses, something > like tapestry.html.setStringValue(), but couldn't find anything. > > I'm fine resorting to cycle.getParameter(..), but wanted to check. > > Thanks, > Jim > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Andreas Andreou - [EMAIL PROTECTED] - http://blog.andyhot.gr Tapestry / Tacos developer Open Source / JEE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
