is the text field in a form ? do you have a model attached to the form or the text field ?
when you submit the form or click the button the input value will be updated to the model and you can read it from the model. hope that make sense. regards On Wed, Aug 26, 2009 at 2:45 PM, Gerald Fernando<[email protected]> wrote: > Hello Friends, > > i have a TextField and button. > when i click a button i need to get value of textField and pass it to the > another function. > How it is possible > -- > Thanks®ards, > Gerald A > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
