If you want to pass clientside values in an event, the observe mixin can help http://tapestry-stitch.uklance.cloudbees.net/observedemo
Note: This has prototype specific code that needs to be translated to jquery On 17 Oct 2014 04:57, "Name Surname" <wintertime0...@outlook.com> wrote: > Hey Thiago! :) > > Well the reason why I can't set the freaking fields is because it's only > input on clients side, and onSuccess function is called only after I press > Confirm from JQuery/Confirm mixin. So I have very odd situation here, can't > back, can't ahead... > > I press Confirm and I get opened Confirm dialog. But because values here > aren't yet set( they are waiting for Submit from the Confirm dialog) I get > those values as null and 0. Can you propose me how to get rid of this > situation. > > > To: users@tapestry.apache.org > > Subject: Re: Calling property in t:message > > Date: Thu, 16 Oct 2014 09:17:18 -0300 > > From: thiag...@gmail.com > > > > On Wed, 15 Oct 2014 20:55:40 -0300, Name Surname > > <wintertime0...@outlook.com> wrote: > > > > > Hi Thiago! :) > > > Aha, I understand now request concept. However, how can I make this > > > work? Can you give me some directions? > > > > Besides "set the freaking fields! :D", I have nothing else to offer, > > because I don't know what logic you want to implement. Anyway, that's up > > to you. @Persist persists field values between requests, but *you* need > to > > set these values first. So far, for one field, you never give it a value. > > For the other, you always set it to null. Tapestry is doing exactly what > > you're asking it to do. > > > > -- > > Thiago H. de Paula Figueiredo > > Tapestry, Java and Hibernate consultant and developer > > http://machina.com.br > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > For additional commands, e-mail: users-h...@tapestry.apache.org > > >