Hi Guys,

I have just started working on Tapestry 5.2.0 and there's something I need
information on, probably I am stuck with it.

I am using a hidden field in my .tml which is feeded value from a .js. So
far everything is fine. Now I need to use the value from the hidden field
into an onlick javascript function attched to a button, which will call an
appropriate overlay based on the value passed by the hidden field.

But, the issue is, I am not able to pass the hidden field value, which is a
string property defined in the component(.java) to the javascript function.

I am doing something like this

Hidden Field:


Trying to pass the 'destination' string property value into the javascript
function.
Sumit

Somehow passing the 'destination' into the javascript is not returning the
value in the hidden field. When I do a SOP for the destination property it
does print the value onto the console.

Any suggestions...



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Passing-value-of-Hidden-Field-Property-to-Javascript-Function-in-tml-tp3412730p3412730.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to