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]

Reply via email to