Hey Lance. I have just seen this example. It's looking great, however how can I make it operable on my example? operable on my example?
> Date: Fri, 17 Oct 2014 15:34:40 +0100 > Subject: RE: Calling property in t:message > From: [email protected] > To: [email protected] > > 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" <[email protected]> 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: [email protected] > > > Subject: Re: Calling property in t:message > > > Date: Thu, 16 Oct 2014 09:17:18 -0300 > > > From: [email protected] > > > > > > On Wed, 15 Oct 2014 20:55:40 -0300, Name Surname > > > <[email protected]> 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: [email protected] > > > For additional commands, e-mail: [email protected] > > > > >
