> I am new to Tapestry, I am using Tapestry 5.2.2 version. I have a
> requirement to update another textfield on blur event of a field.

Generally I would write a bit of javascript that watches for the blur
event and move the data over.

> Enter any value in TextField A, a server call will be made and update the
> Textfield B.

In the case that you need to get back data from the server there isn't
a component in Tapestry core that will do this but you can check out
http://www.chenillekit.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html


Josh

On Thu, Mar 10, 2011 at 2:07 AM, gauravchopra <gaurav.chopr...@gmail.com> wrote:
> Hi
>
> I am new to Tapestry, I am using Tapestry 5.2.2 version. I have a
> requirement to update another textfield on blur event of a field.
> for example:
> say I have 2 fields
> TextField A
> TextField B
> Enter any value in TextField A, a server call will be made and update the
> Textfield B.
>
> Appreciate any help!
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Updating-a-Field-on-event-in-Tapestry5-tp3423064p3423064.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
>
>

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

Reply via email to